forked from iobroker-community-adapters/ioBroker.ring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.97 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "iobroker.ring",
"version": "1.2.4-0",
"description": "Ring",
"author": {
"name": "Thorsten Stueben",
"email": "[email protected]"
},
"contributors": [
{
"name": "Thorsten Stueben",
"email": "[email protected]"
},
{
"name": "Thiemo Hoffmann",
"email": "[email protected]"
}
],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.ring",
"license": "MIT",
"keywords": [
"ring",
"logic"
],
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.ring"
},
"dependencies": {
"@apollon/iobroker-tools": "^0.2.0",
"@iobroker/adapter-core": "^2.5.1",
"esm": "^3.2.25",
"events": "^3.3.0",
"express": "^4.17.1",
"node-schedule": "^2.0.0",
"request": "^2.88.2",
"ring-client-api": "^9.20.0",
"rtsp-streaming-server": "^2.0.6",
"rxjs": "^7.3.0",
"semver": "^7.3.5",
"utf-8-validate": "^5.0.5",
"xml2js": "~0.4.23",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"@alcalzone/release-script": "^2.2.1",
"@iobroker/testing": "^2.4.4",
"axios": "^0.21.1",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0",
"gulp": "^4.0.2",
"mocha": "^9.0.3"
},
"engines": {
"node": ">=12.0.0"
},
"main": "ring.js",
"mocha": {
"require": [
"test/mocha.setup.js"
]
},
"scripts": {
"test:js": "mocha --recursive \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"lint": "npm run lint:js",
"lint:js": "eslint",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.ring/issues"
},
"readmeFilename": "README.md"
}