forked from Woodsnaps/homebridge-reolink-siren
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"displayName": "Reolink Siren & Light through Nvr",
"name": "@drpollio/homebridge-reolink-camera-siren-and-light-nvr",
"version": "1.1.5",
"publishConfig": {
"access": "public"
},
"description": "Control alarm of Reolink cameras.",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/KuyaPollio/homebridge-reolink-siren.git"
},
"bugs": {
"url": "https://github.com/KuyaPollio/homebridge-reolink-siren/issues"
},
"engines": {
"node": ">=18.0.0",
"homebridge": "^1.8.2"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=10",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"reolink",
"siren",
"homebridge"
],
"author": "@KuyaPollio",
"homepage": "https://github.com/KuyaPollio/homebridge-reolink-siren#readme",
"devDependencies": {
"@types/node": "^18.16.20",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.45.0",
"homebridge": "^1.8.2",
"homebridge-config-ui-x": "4.56.2",
"nodemon": "^3.1.3",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}