-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
53 lines (53 loc) · 1.29 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
{
"name": "iobroker.plenticore",
"version": "2.3.2",
"description": "plenticore",
"author": {
"name": "Marius Burkard",
"email": "[email protected]"
},
"contributors": [
{
"name": "Marius Burkard",
"email": "[email protected]"
}
],
"homepage": "https://github.com/pixcept/ioBroker.plenticore",
"license": "MIT",
"keywords": [
"ioBroker",
"plenticore",
"Smart Home",
"home automation",
"Kostal"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pixcept/ioBroker.plenticore.git"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.4",
"@strathcole/iob-lib": "^0.1.4",
"suncalc2": "^1.8.0"
},
"devDependencies": {
"@iobroker/testing": "^2.4.0",
"axios": "^0.21.1",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"mocha": "^7.1.2"
},
"main": "main.js",
"scripts": {
"test:js": "mocha --opts test/mocha.custom.opts",
"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 && npm run test:integration",
"lint": "eslint"
},
"bugs": {
"url": "https://github.com/pixcept/ioBroker.plenticore/issues"
},
"readmeFilename": "README.md"
}