forked from TotallyInformation/node-drayton-wiser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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
{
"name": "node-drayton-wiser",
"description": "A (currently experimental) Node.js module for working with the Drayton Wiser smart heating system.",
"version": "0.1.0-dev3",
"main": "src/index.js",
"scripts": {
"start": "node --trace-warnings --inspect-brk tests/004-set-room-mode.js",
"test": "node tests/testall.js",
"test005": "node tests/005-monitor-set.js",
"test004": "node tests/004-set-room-mode.js",
"test003": "node tests/003-get-room.js",
"test002": "node tests/002-full-compare.js",
"test001": "node tests/001-connect.js"
},
"dependencies": {
"axios": "^0.21.0",
"deep-object-diff": "^1.1.0"
},
"devDependencies": {
"@types/node": "^14.14.10"
},
"peerDependencies": {},
"engines": {
"node": ">=10.9"
},
"keywords": [
"node",
"nodejs",
"drayton",
"wiser",
"home-automation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TotallyInformation/node-drayton-wiser.git"
},
"author": "Julian Knight (https://it.knightnet.org.uk)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TotallyInformation/node-drayton-wiser/issues"
},
"homepage": "https://github.com/TotallyInformation/node-drayton-wiser#readme"
}