forked from dgrothman/homebridge-vantage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "homebridge-vantage-static",
"version": "0.1.9",
"description": "VantageControls InFusion plugin for homebridge rewritten in typescript. original repo: https://github.com/nfarina/homebridge",
"main": "dist/homebridge-vantage-static.js",
"scripts": {
"clean": "rimraf ./dist",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ido benamram",
"engines": {
"homebridge": ">=1.0.0"
},
"keywords": [
"homebridge-plugin"
],
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/thebeastxdxd/homebridge-vantage.git"
},
"devDependencies": {
"@types/libxmljs": "^0.18.6",
"@types/node": "^10.17.19",
"@types/sleep": "^0.0.8",
"@types/xml2json": "^0.11.3",
"homebridge": "^1.0.4",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
},
"dependencies": {
"libxmljs": "^0.19.7",
"net": "^1.0.2",
"promise": "^8.0.3",
"sleep": "^6.3.0",
"xml2json": "^0.12.0"
}
}