-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
54
55
56
57
58
59
60
{
"private": false,
"displayName": "Homebridge ActronAir Neo",
"name": "homebridge-actron-neo",
"version": "0.1.9",
"description": "Homebridge plugin for controlling ActronAir Neo controller systems",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/bstillitano/homebridge-actron-neo.git"
},
"bugs": {
"url": "https://github.com/bstillitano/homebridge-actron-neo/issues"
},
"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",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"actron",
"neo",
"actron neo",
"actron-neo",
"actron air",
"actronair",
"actron connect",
"actron-connect"
],
"dependencies": {
"jtd": "^0.1.1",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@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.57.0",
"globals": "^15.8.0",
"homebridge": "^1.6.1",
"nodemon": "^3.1.4",
"rifraf": "^2.0.3",
"rimraf": "^6.0.1",
"ts-node": "^10.8.2",
"typescript": "^4.7.4",
"typescript-eslint": "^7.16.1"
},
"types": "./dist/index.d.ts",
"homepage": "https://github.com/bstillitano/homebridge-actron-neo#readme",
"author": "bstillitano"
}