-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 942 Bytes
/
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
{
"name": "com.jreenen.homeyharmonyhub",
"version": "2.0.4",
"description": "com.jreenen.homeyharmonyhub dependencies",
"main": "com.jreenen.homeyharmonyhub",
"author": "Jeroen van Reenen",
"dependencies": {
"debug": "^4.2.0",
"ws": "^7.5.0"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-homey-app": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jreenen/com.jreenen.homeyharmonyhub.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/jreenen/com.jreenen.homeyharmonyhub/issues"
},
"homepage": "https://github.com/jreenen/com.jreenen.homeyharmonyhub#readme"
}