-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
149 lines (149 loc) · 4.33 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "iobroker.zwave2",
"version": "3.1.0",
"description": "A better Z-Wave integration for ioBroker",
"author": {
"name": "AlCalzone",
"email": "[email protected]"
},
"homepage": "https://github.com/AlCalzone/ioBroker.zwave2",
"license": "MIT",
"keywords": [
"zwave",
"z-wave",
"iobroker",
"adapter"
],
"repository": {
"type": "git",
"url": "https://github.com/AlCalzone/ioBroker.zwave2"
},
"funding": {
"url": "https://github.com/sponsors/AlCalzone/"
},
"main": "build/main.js",
"files": [
"build/",
"admin/build/",
"admin/script/",
"admin/*.{html,css,js,png,svg}",
"LICENSE",
"io-package.json"
],
"engines": {
"node": ">=14.13.0 <15 || >= 16 <16.9.0 || >16.9.0"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.7",
"@zwave-js/core": "10.23.6",
"@zwave-js/shared": "10.22.3",
"@zwave-js/log-transport-json": "^3.0.0",
"alcalzone-shared": "^4.0.3",
"fs-extra": "^10.1.0",
"zwave-js": "~10.23.6"
},
"devDependencies": {
"@alcalzone/release-script": "~3.5.9",
"@alcalzone/release-script-plugin-iobroker": "~3.5.9",
"@alcalzone/release-script-plugin-license": "~3.5.9",
"@alcalzone/release-script-plugin-manual-review": "~3.5.9",
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/testing": "^4.1.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@tsconfig/node14": "^1.0.3",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/d3": "^7.4.0",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^14.18.26",
"@types/react": "^17.0.48",
"@types/react-dom": "^17.0.17",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.8",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.59.1",
"ansicolor": "^1.1.100",
"axios": "^1.6.3",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"clsx": "^1.2.1",
"d3": "^7.6.1",
"esbuild": "^0.17.14",
"esbuild-register": "^3.4.2",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"iobroker-react": "git+https://[email protected]/AlCalzone/iobroker-react.git#a8dfe47",
"jsqr-es6": "^1.4.0-1",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.9",
"rimraf": "^3.0.2",
"sinon": "^15.0.1",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"typescript": "~4.8.4",
"uuid": "^9.0.0"
},
"scripts": {
"prebuild": "rimraf build admin/build",
"build:react": "build-adapter react",
"build:ts": "build-adapter all",
"check": "tsc -p tsconfig.build.json --noEmit",
"build": "build-adapter all",
"watch:react": "npm run build:react -- --watch",
"watch:ts": "npm run build:ts -- --watch",
"watch": "build-adapter all --watch",
"test:ts": "mocha \"src/**/*.test.ts\"",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:ts && npm run test:package",
"coverage": "nyc npm run test:ts",
"lint:react": "eslint --ext .ts,tsx admin/src",
"lint:ts": "eslint --ext .ts src",
"lint": "npm run lint:ts && npm run lint:react",
"start": "NO_CACHE=true LOGLEVEL=debug node --inspect build/main.js --force --logs",
"translate": "translate-adapter translate",
"release": "release-script"
},
"nyc": {
"include": [
"src/**/*.ts"
],
"exclude": [
"src/**/*.test.ts"
],
"extension": [
".ts"
],
"require": [
"esbuild-register"
],
"reporter": [
"text-summary",
"html"
],
"sourceMap": true,
"instrument": true
},
"bugs": {
"url": "https://github.com/AlCalzone/ioBroker.zwave2/issues"
},
"readmeFilename": "README.md"
}