-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 782 Bytes
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
{
"version": "1.9.21",
"name": "homebridge-xiaomi-air-conditioner-mc5",
"description": "HomeBridge XiaoMi Air Conditioner MC5",
"main": "dist/index.js",
"homepage": "https://github.com/Caldis/homebridge-xiaomi-air-conditioner-mc5",
"dependencies": {
"homebridge-mi-devices": "^1.6.8"
},
"devDependencies": {
"@types/node": "latest",
"homebridge": "latest",
"rimraf": "latest",
"typescript": "latest"
},
"scripts": {
"prepublishOnly": "npm version patch --force && rimraf ./dist && tsc",
"pre-commit": "yarn run prepublishOnly",
"relink": "npm run prepublishOnly && npm unlink && npm link"
},
"keywords": [
"homebridge-plugin"
],
"engines": {
"homebridge": ">=1.0.0"
},
"author": "Caldis",
"license": "ISC"
}