generated from homebridge/homebridge-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
58 lines (58 loc) · 1.39 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
{
"author": {
"name": "Gareth Flowers",
"url": "https://garethflowers.dev"
},
"bugs": {
"url": "https://github.com/garethflowers/homebridge-texecom-connect/issues"
},
"description": "A Homebridge plugin to integrate with Texecom Connect SmartCom.",
"devDependencies": {
"@garethflowers/eslint-config-ts": "0.3.0",
"homebridge": "2.0.0-beta.23",
"nodemon": "3.1.9",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.7.2"
},
"displayName": "Homebridge Texecom Connect",
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
},
"eslintConfig": {
"extends": [
"@garethflowers/eslint-config-ts"
]
},
"funding": {
"type": "paypal",
"url": "https://paypal.me/garethflowers"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"texecom",
"texecom-connect",
"security-system"
],
"license": "MIT",
"main": "dist/index.js",
"name": "homebridge-texecom-connect",
"repository": {
"type": "git",
"url": "git://github.com/garethflowers/homebridge-texecom-connect.git"
},
"scripts": {
"build": "tsc",
"lint": "eslint .",
"postversion": "git push --follow-tags",
"prebuild": "rimraf ./dist",
"prepublishOnly": "npm run lint && npm run build",
"preversion": "npm run build && npm run test",
"start": "npm run watch",
"test": "npm run lint",
"watch": "npm run build && npm link && nodemon"
},
"version": "0.0.11"
}