-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.79 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "iobroker.oekofen-pellematic",
"version": "0.0.2",
"description": "Pelletheizung von Ökofen",
"author": {
"name": "Frank Petersohn",
"email": "petersohn@berufsschule-schwalmstadt.de"
},
"homepage": "https://github.com/frankpetersohn/ioBroker.oekofen-pellematic",
"license": "MIT",
"keywords": [
"Heizung",
"Ökofen",
"Pellet"
],
"repository": {
"type": "git",
"url": "git@github.com:frankpetersohn/ioBroker.oekofen-pellematic.git"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@types/browser-sync": "^2.27.0",
"@types/express": "^4.17.17",
"@types/fs-extra": "^9.0.13",
"@types/iobroker": "^4.0.5",
"@types/node": "^18.15.11",
"@types/nodemon": "^1.19.2",
"@types/ps-tree": "^1.1.2",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.13",
"@types/table": "^6.3.2",
"@types/ws": "^8.5.3",
"@types/yargs": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.7",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.0",
"@iobroker/testing": "^4.1.0",
"node-schedule": "^2.1.0",
"acorn": "^8.8.2",
"axios": "^1.3.4",
"boxen": "^5.1.2",
"browser-sync": "^2.29.1",
"bs-html-injector": "^3.0.3",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"enquirer": "^2.3.6",
"express": "^4.18.2",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"http-proxy-middleware": "^2.0.6",
"nodemon": "^2.0.22",
"ps-tree": "^1.2.0",
"rimraf": "^3.0.2",
"semver": "^7.3.8",
"source-map": "^0.7.4",
"table": "^6.8.1",
"ws": "^8.11.0",
"yargs": "^17.6.2"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*).json",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint",
"translate": "translate-adapter",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/frankpetersohn/ioBroker.oekofen-pellematic/issues"
},
"readmeFilename": "README.md"
}