-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "iobroker.countdown",
"version": "2.3.0",
"engines": {
"node": ">=18.0.0"
},
"description": "Countdown",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/jack-blackson/ioBroker.countdown"
},
"author": {
"name": "jack_blackson",
"email": "[email protected]"
},
"keywords": [
"Countdown",
"countdown",
"ioBroker"
],
"license": "MIT",
"homepage": "https://github.com/jack-blackson/ioBroker.countdown",
"bugs": {
"url": "https://github.com/jack-blackson/ioBroker.countdown/issues"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"@iobroker/testing": "^4.0.0",
"moment": "^2.30.1",
"tableify": "^1.1.1"
},
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"translate": "translate-adapter"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/testing":"^4.1.3",
"axios": ">=0.21.1",
"chai": "^4.2.0",
"gulp": "^5.0.0",
"mocha": "^10.1.0"
},
"readmeFilename": "README.md"
}