-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
{
"name": "@skirkpatrick88/homebridge-nest",
"displayName": "Homebridge Nest (v2 Compatible)",
"version": "4.6.14",
"description": "Nest Thermostat, Protect and Lock plug-in for Homebridge, updated for Homebridge v2 compatibility",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/skirkpatrickMSFT/homebridge-nest.git"
},
"homepage": "https://github.com/skirkpatrickMSFT/homebridge-nest#readme",
"bugs": {
"url": "https://github.com/skirkpatrickMSFT/homebridge-nest/issues"
},
"keywords": [
"homebridge-plugin",
"nest"
],
"engines": {
"homebridge": "^1.6.0 || ^2.0.0",
"node": ">=18.0.0"
},
"scripts": {
"lint": "eslint .",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint"
},
"dependencies": {
"axios": "^1.8.4",
"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.3.1",
"@eslint/js": "^9.23.0",
"eslint": "^9.23.0",
"globals": "^16.0.0"
}
}