-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
38 lines (38 loc) · 935 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
35
36
37
38
{
"name": "homebridge-nest",
"version": "4.6.9",
"description": "Nest Thermostat, Protect and Lock plug-in for homebridge",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/chrisjshull/homebridge-nest.git"
},
"homepage": "https://github.com/chrisjshull/homebridge-nest#readme",
"keywords": [
"homebridge-plugin",
"nest"
],
"engines": {
"homebridge": ">=0.2.5 || ^2.0.0-beta.0",
"node": ">=7.0.0"
},
"scripts": {
"lint": "eslint .",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint"
},
"dependencies": {
"axios": "^1.7.7",
"lodash.debounce": "^4.0.8",
"promise-prompt": "^1.1.1",
"promise.prototype.finally": "^3.1.8",
"protobufjs": "^7.4.0",
"varint": "^6.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"eslint": "^9.13.0",
"globals": "^15.11.0"
}
}