-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
60 lines (60 loc) · 1.29 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
{
"name": "homey",
"version": "3.7.15",
"description": "Command-line interface and type declarations for Homey Apps",
"main": "bin/homey.js",
"files": [
"/assets",
"/bin",
"/lib",
"/sdk",
"/services",
"/config.js"
],
"scripts": {
"lint": "eslint ."
},
"bin": {
"homey": "bin/homey.js"
},
"engines": {
"node": ">=18.0.0"
},
"author": "Athom B.V.",
"license": "ISC",
"readme": "README.md",
"dependencies": {
"cli-table": "^0.3.11",
"colors": "^1.1.2 <=1.4.0",
"deepmerge": "^4.3.1",
"dockerode": "^4.0.2",
"eslint": "^6.8.0",
"express": "^4.19.2",
"figures": "^3.2.0",
"filesize": "^6.4.0",
"fs-extra": "^10.1.0",
"get-port": "^5.1.1",
"homey-api": "^3.5.3",
"homey-lib": "^2.33.1",
"ignore-walk": "^3.0.3",
"inquirer": "8.1.2",
"is-wsl": "^2.2.0",
"node-fetch": "^2.7.0",
"object-path": "^0.11.4",
"open": "^8.4.2",
"openai": "^4.52.7",
"p-queue": "^6.6.2",
"semver": "^7.6.0",
"sharp": "^0.33.4",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"tar-fs": "^2.1.1",
"tmp-promise": "^3.0.3",
"underscore": "^1.13.6",
"update-notifier": "^5.1.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint-config-athom": "^2.1.1"
}
}