forked from dustindclark/homebridge-rinnai-controlr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.76 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
{
"displayName": "Homebridge Rinnai Control-R",
"name": "homebridge-rinnai-controlr",
"version": "1.0.27",
"description": "Integrates with Rinnai Control-R for HomeKit control of water heaters",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/dustindclark/homebridge-rinnai-controlr"
},
"bugs": {
"url": "https://github.com/dustindclark/homebridge-rinnai-controlr/issues"
},
"engines": {
"node": ">=14.18.1",
"homebridge": ">=1.3.0"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build && npm run test",
"test": "jest"
},
"keywords": [
"homebridge-plugin",
"homebridge rinnai",
"homebridge rinnai control r",
"homebridge rinnai control-r",
"homekit rinnai",
"homekit rinnai control-r",
"homekit rinnai controlr"
],
"dependencies": {
"@aws-amplify/api-graphql": "^3.0.11",
"@aws-amplify/auth": "^5.1.5",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"homebridge": "^1.6.0",
"homebridge-config-ui-x": "^4.50.2",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"rimraf": "^4.1.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"homepage": "https://github.com/dustindclark/homebridge-rinnai-controlr#readme",
"funding": {
"type": "paypal",
"url": "https://paypal.me/dustinclark04"
}
}