-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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": "com.systemair",
"version": "1.3.2",
"description": "Systemair",
"main": "app.js",
"scripts": {
"build": "tsc",
"run": "homeyConfig compose && athom project --run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balmli/com.systemair.git"
},
"author": "Bjørnar Almli",
"license": "ISC",
"bugs": {
"url": "https://github.com/balmli/com.systemair/issues"
},
"homepage": "https://github.com/balmli/com.systemair#readme",
"dependencies": {
"commander": "^9.2.0",
"homey-zwavedriver": "^2.1.5",
"http.min": "2.1.0",
"ip": "1.1.8",
"jsmodbus": "^4.0.6",
"jwt-decode": "^3.1.2",
"p-queue": "6.6.2",
"source-map-support": "^0.5.21",
"utf-8-validate": "^5.0.2",
"ws": "^8.2.2"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.9",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.1",
"@types/node": "^16.11.34",
"@types/source-map-support": "^0.5.4",
"typescript": "^4.5.4"
}
}