-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "homey.dingz",
"description": "Control dingz devices",
"engines": {
"node": ">=16.20.0"
},
"main": "app.js",
"scripts": {
"eslint": "eslint --ext .js --ignore-path .gitignore .",
"eslint:fix": "npm run eslint -- --fix",
"upd:myHomey": "npm uninstall my-homey && npm install github:cgHome/homey.myHomey#master"
},
"keywords": [
"Smarthome",
"homey",
"app",
"Dingz",
"org.cflat-inc.dingz"
],
"author": "Chris Gross <cghome@cflat-inc.org>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/cgHome/homey.dingz.git"
},
"bugs": {
"url": "https://github.com/cgHome/homey.dingz/issues"
},
"homepage": "https://homey.app/a/org.cflat-inc.dingz",
"devDependencies": {
"@tsconfig/node12": "^1.0.11",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.4",
"@types/node": "^20.2.5",
"eslint": "^8.42.0",
"eslint-config-athom": "^3.1.1"
},
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"my-homey": "github:cgHome/homey.myHomey#master",
"npm": "^10.5.0",
"tinycolor2": "^1.6.0"
}
}