forked from PeteLawrence/homebridge-people
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.41 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.41 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "homebridge-people-x",
"version": "0.8.2",
"description": "Homebridge plugin that provides details of who is in a Home + History (powered by fakegato)",
"keywords": [
"homebridge",
"homebridge-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/skrollme/homebridge-people.git"
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1 || ^22"
},
"author": "skrollme <github@skroll.me>",
"license": "ISC",
"bugs": {
"url": "https://github.com/skrollme/homebridge-people/issues"
},
"homepage": "https://github.com/skrollme/homebridge-people#readme",
"scripts": {
"lint": "eslint . --max-warnings=0",
"fix": "eslint . --max-warnings=0 --fix"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/skrollme"
},
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/skroll"
}
],
"dependencies": {
"fakegato-history": "^0.5.0",
"moment": "^2.11.2",
"node-persist": "0.0.8",
"ping": "^0.1.10",
"request": "^2.79.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.8.6",
"eslint": "^9.30.0",
"homebridge": "^2.0.0-beta.0",
"nodemon": "^3.1.7",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
}
}