-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 2.01 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
{
"name": "hbs",
"version": "4.0.45",
"description": "Command line interface for the certified HOOBS smart home stack.",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/hoobs-org/cli.git"
},
"bugs": {
"url": "https://github.com/hoobs-org/cli/issues"
},
"main": "lib/main.js",
"author": {
"name": "Michael J Kellsy"
},
"scripts": {
"lint": "eslint 'src/**/*.ts'",
"build": "bin/build --lint",
"debug": "sudo bin/hbs --mode development"
},
"dependencies": {
"@hoobs/sdk": "^4.4.11",
"archiver": "^5.2.0",
"as-table": "^1.0.55",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"commander": "^7.1.0",
"fs-extra": "^9.1.0",
"hap-nodejs": "^0.9.4",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"node-uname": "^3.0.4",
"ora": "^5.3.0",
"sanitize-filename": "^1.6.3",
"semver": "^7.3.4",
"source-map-support": "^0.5.19",
"unzipper": "^0.10.11",
"yarn": "^1.22.10"
},
"devDependencies": {
"@tsconfig/node10": "^1.0.7",
"@types/archiver": "^5.1.0",
"@types/commander": "^2.12.2",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.7",
"@types/inquirer": "^7.3.1",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"@types/node-persist": "^3.1.1",
"@types/semver": "^7.3.4",
"@types/unzipper": "^0.10.3",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.1.2",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
}
}