-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.38 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": "occu-test",
"version": "0.5.0",
"description": "Automated System Tests for ReGaHss",
"private": true,
"scripts": {
"test": "camo-purge; xo && mocha --colors",
"lint": "xo",
"lintfix": "xo --fix",
"precommit": "npm run lint && npm run lintfix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jens-maus/occu-test.git"
},
"keywords": [
"eQ-3",
"Homematic",
"OCCU",
"ReGaHSS",
"test",
"automation"
],
"author": "Sebastian Raff <hq@ccu.io>",
"contributors": [
{
"name": "Jens Maus",
"email": "mail@jens-maus.de"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jens-maus/occu-test/issues"
},
"homepage": "https://github.com/jens-maus/occu-test#readme",
"dependencies": {
"async": "^3.2.5",
"request": "^2.88.0",
"binrpc": "^3.1.0",
"camo-purge": "latest",
"hm-simulator": "0.0.4",
"homematic-rega": "latest",
"homematic-xmlrpc": "^1.0.2",
"indent-string": "^4.0.0",
"mocha": "10.2.0",
"mocha-clean": "latest",
"should": "latest",
"stream-splitter": "latest",
"mocha-steps": "latest",
"moment": "latest"
},
"devDependencies": {
"eslint": ">=7.32.0",
"pre-commit": "^1.2.2",
"xo": "^0.37.1",
"yargs-parser": ">=21.1.1"
},
"xo": {
"space": 4
},
"pre-commit": [
"lintfix"
]
}