-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.95 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
{
"name": "@hoobs/sdk",
"version": "4.4.11",
"description": "HOOBS SDK for building applications that talk with the HOOBS API.",
"license": "GPL-3.0",
"keywords": [
"hoobs",
"hoobsd",
"homebridge",
"smart-home",
"smarthome",
"home",
"iot"
],
"repository": {
"type": "git",
"url": "git://github.com/hoobs-org/sdk.git"
},
"bugs": {
"url": "https://github.com/hoobs-org/sdk/issues"
},
"main": "lib/index.js",
"author": {
"name": "Michael J Kellsy"
},
"engines": {
"node": ">=10.17.0"
},
"scripts": {
"build": "bin/build --lint",
"release": "bin/build publish"
},
"dependencies": {
"axios": "^0.21.1",
"sanitize-filename": "^1.6.3",
"socket.io-client": "^4.1.2"
},
"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/socket.io-client": "^1.4.35",
"@types/unzipper": "^0.10.3",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"commander": "^7.1.0",
"eslint": "^7.20.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.1.2",
"fs-extra": "^9.1.0",
"inquirer": "^7.3.3",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.5",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
}
}