generated from homebridge/homebridge-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.67 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
61
62
63
64
65
66
67
{
"displayName": "Flexom",
"name": "@rsauget/homebridge-flexom",
"version": "3.1.0",
"description": "Control Flexom devices with Homekit.",
"author": {
"name": "Raphaël Sauget"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/rsauget/homebridge-flexom.git"
},
"bugs": {
"url": "https://github.com/rsauget/homebridge-flexom/issues"
},
"engines": {
"node": ">=14",
"homebridge": ">=1.0.0"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts",
"watch": "npm run build && nodemon",
"start": "nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build",
"test": "mocha",
"test:watch": "mocha --watch"
},
"keywords": [
"homebridge-plugin"
],
"devDependencies": {
"@types/lodash": "4.17.6",
"@types/mocha": "10.0.7",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"chai": "5.1.1",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "4.2.1",
"homebridge": "1.8.3",
"homebridge-config-ui-x": "4.56.4",
"mocha": "10.6.0",
"nodemon": "3.1.4",
"prettier": "2.8.8",
"release-it": "17.4.1",
"rimraf": "3.0.2",
"ts-node": "10.9.2",
"typescript": "4.9.5"
},
"dependencies": {
"@rsauget/flexom-lib": "^3.3.0",
"lodash": "^4.17.21"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/rsauget1"
}
]
}