-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
{
"private": false,
"displayName": "Homebridge Actron Que",
"name": "homebridge-actron-que",
"version": "1.5.0",
"description": "Homebridge plugin for controlling Actron Que controller systems",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/jxg81/homebridge-actron-que.git"
},
"bugs": {
"url": "https://github.com/jxg81/homebridge-actron-que/issues"
},
"funding": {
"type": "paypal",
"url": "https://www.paypal.com/paypalme/jxg81"
},
"engines": {
"node": ">=14.18.1",
"homebridge": ">=1.3.5"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"commit": "npm run build && npm link && homebridge -P ./dist -I -D -U /var/lib/homebridge/ | tee /var/lib/homebridge/homebridge.log",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin"
],
"dependencies": {
"jtd": "^0.1.1",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"homebridge": "^1.5.0",
"nodemon": "^2.0.19",
"rifraf": "^2.0.3",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"types": "./dist/index.d.ts",
"homepage": "https://github.com/jxg81/homebridge-actron-que#readme",
"author": ""
}