forked from Dids/homebridge-melcloud-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.7 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
{
"name": "homebridge-melcloud-ts",
"version": "0.3.6",
"description": "TypeScript version of a Homebridge plugin for Mitsubishi Melcloud",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no tests implemented\" && exit 1",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1",
"dev": "rollup -c -w",
"homebridge-dev": "npm run build && DEBUG=* homebridge -D -U ~/.homebridge-dev -P ./",
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=8.0.0",
"homebridge": ">=0.4.50"
},
"repository": {
"type": "git",
"url": "https://github.com/Dids/homebridge-melcloud-ts.git"
},
"keywords": [
"homebridge-plugin",
"Mitsubishi",
"Melcloud",
"homekit",
"Siri",
"ts",
"TypeScript"
],
"dependencies": {
"@babel/polyfill": "^7.6.0",
"@types/request": "^2.48.3",
"@types/request-promise-native": "^1.0.17",
"dts-gen": "^0.5.8",
"hap-nodejs": "^0.5.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"prettier": "^1.18.2",
"rollup": "^1.24.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0",
"tslint": "^5.20.0",
"tslint-config-standard": "^8.0.1"
},
"author": "ilcato",
"contributors": [
"Dids"
],
"maintainers": [
"Dids"
],
"license": "GPL2",
"bugs": {
"url": "https://github.com/Dids/homebridge-melcloud-ts/issues"
},
"homepage": "https://github.com/Dids/homebridge-melcloud-ts"
}