generated from homebridge/homebridge-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "homebridge-plugin-aqara",
"displayName": "Aqara",
"version": "0.1.0",
"description": "A short description about what your plugin does.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/baranwang/homebridge-plugin-aqara"
},
"bugs": {
"url": "https://github.com/baranwang/homebridge-plugin-aqara/issues"
},
"engines": {
"node": "^18.17.0 || ^20.9.0",
"homebridge": "^1.6.0"
},
"main": "dist/index.js",
"scripts": {
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc && npm run build:ui",
"build:ui": "modern build"
},
"keywords": [
"homebridge-plugin"
],
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@modern-js/module-tools": "^2.49.3",
"@types/node": "^18.16.20",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"ahooks": "^3.7.10",
"eslint": "^8.45.0",
"homebridge": "^1.6.0",
"homebridge-config-ui-x": "^4.55.1",
"nodemon": "^2.0.22",
"rc-field-form": "^1.41.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "~5.0.2"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^1.0.1",
"axios": "^1.6.7",
"batch-request-manager": "^0.0.1"
}
}