forked from athombv/node-homey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.3 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
{
"name": "homey",
"version": "2.12.1",
"description": "Command-line interface and type declarations for Homey Apps",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"homey": "bin/homey.js",
"athom": "bin/athom.js"
},
"engines": {
"node": ">=10.10.0"
},
"author": "Athom B.V.",
"license": "ISC",
"devDependencies": {
"@types/node": "^12.7.12"
},
"readme": "README.md",
"dependencies": {
"athom-api": "^3.1.1",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"deepmerge": "^2.1.0",
"dockerode": "^3.2.1",
"express": "^4.17.1",
"figures": "^2.0.0",
"filesize": "^3.6.1",
"fs-extra": "^5.0.0",
"get-port": "^5.1.1",
"homey-lib": "^2.8.3",
"ignore-walk": "^3.0.3",
"ini": "^1.3.5",
"inquirer": "^5.1.0",
"monitorctrlc": "^2.0.1",
"node-fetch": "^2.1.1",
"npm": "^6.14.11",
"npm-programmatic": "0.0.10",
"object-path": "^0.11.4",
"opn": "^5.4.0",
"parse-git-config": "^3.0.0",
"semver": "^5.5.0",
"socket.io": "^2.4.1",
"socket.io-client": "^2.4.0",
"tar-fs": "^1.16.0",
"tmp-promise": "^1.0.4",
"underscore": "^1.8.3",
"upath": "^1.2.0",
"update-notifier": "^2.3.0",
"yargs": "^11.0.0"
}
}