-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
69 lines (69 loc) · 2.06 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
{
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.1.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"compare-versions": "^4.1.4",
"express": "^4.18.2",
"hap-nodejs-community-types": "0.3.1",
"lodash": "^4.17.21",
"os": "0.1.2",
"portfinder-sync": "^0.0.2"
},
"devDependencies": {
"@snyk/protect": "^1.1225.0",
"@types/node": "^20.5.6",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"homebridge": "^1.6.1",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8"
},
"description": "Hubitat plugin for HomeBridge/HomeKit",
"engines": {
"homebridge": ">=1.2.0",
"node": ">=0.12.0"
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
},
"homepage": "https://github.com/tonesto7/homebridge-hubitat-tonesto7/#readme",
"keywords": [
"homebridge-plugin",
"hubitat",
"homekit",
"homebridge",
"category_climate",
"category_hubs",
"category_lighting"
],
"funding": {
"type": "paypal",
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVFJTG8H86SK8&source=url"
},
"scripts": {
"test": "eslint .",
"prettier": "prettier --write src/**/*.js",
"freeport": "npx kill-port 8000",
"start": "homebridge -D -P . -U .",
"snyk-protect": "snyk-protect",
"prepare": "yarn run snyk-protect",
"hb_cleanup_win": "rmdir /Q /S accessories && rmdir /Q /S persist"
},
"main": "src/index.js",
"license": "ISC",
"name": "homebridge-hubitat-tonesto7",
"preferGlobal": true,
"repository": "github:https://github.com/tonesto7/homebridge-hubitat-tonesto7",
"bugs": {
"url": "http://github.com/tonesto7/homebridge-hubitat-tonesto7/issues"
},
"version": "2.9.4",
"synk": true
}