-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 1.54 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
{
"name": "iobroker.bring",
"version": "1.8.4",
"engines": {
"node": ">=16.0.0"
},
"description": "ioBroker Bring! Adapter",
"author": {
"name": "Moritz Heusinger",
"email": "moritz.heusinger@gmail.com"
},
"contributors": [
{
"name": "Moritz Heusinger",
"email": "moritz.heusinger@gmail.com"
}
],
"homepage": "https://github.com/foxriver76/ioBroker.bring",
"license": "MIT",
"keywords": [
"ioBroker",
"shopping",
"bring",
"list",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/foxriver76/ioBroker.bring"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.5",
"bring-shopping": "^1.4.3",
"tableify": "^1.1.1"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
"@foxriver76/eslint-config": "^1.0.4",
"@iobroker/testing": "^4.1.3",
"axios": "^0.27.2",
"chai": "^4.3.6",
"gulp": "^4.0.2",
"mocha": "^10.2.0"
},
"main": "main.js",
"scripts": {
"test:unit": "mocha test/unitAdapter --exit",
"test:package": "mocha test/packageFiles --exit",
"test:integration": "mocha test/integrationAdapter --exit",
"test": "mocha --exit",
"release": "release-script -p iobroker"
},
"bugs": {
"url": "https://github.com/foxriver76/ioBroker.bring/issues"
},
"files": [
"admin/",
"io-package.json",
"main.js",
"lib/",
"LICENSE",
"widgets/"
],
"readmeFilename": "README.md"
}