forked from imGolun/Namron_Homey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 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
{
"name": "net.filllip-namron",
"version": "1.0.0",
"main": "app.ts",
"scripts": {
"build": "node_modules/.bin/tsc",
"app:lint": "run-s app:lint:ts app:lint:homey",
"app:lint:ts": "eslint --ext .ts .",
"app:lint:homey": "homey app validate --level=verified",
"app:fix": "run-s app:fix:ts",
"app:fix:ts": "eslint --fix --ext .ts .",
"app:build": "homey app build",
"app:run": "homey app run",
"app:install": "homey app install",
"app:publish": "homey app publish"
},
"devDependencies": {
"@tsconfig/node12": "1.0.9",
"@types/homey": "npm:[email protected]",
"@types/node": "16.11.45",
"@types/source-map-support": "0.5.4",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"colors": "1.4.0",
"eslint": "7.32.0",
"eslint-config-athom": "2.1.1",
"homey": "2.33.13",
"npm-run-all": "4.1.5",
"typescript": "4.7.4"
},
"dependencies": {
"homey-log": "^2.1.0",
"homey-zigbeedriver": "^1.6.11",
"homey-zwavedriver": "^2.1.10",
"moment-timezone": "^0.5.34",
"silly-datetime": "^0.1.2",
"zigbee-clusters": "1.7.3",
"source-map-support": "0.5.21"
}
}