-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
71 lines (71 loc) · 1.77 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
{
"name": "iobroker.sainlogic",
"version": "0.11.6",
"description": "Read data from a sainlogic based weather station",
"engines": {
"node": ">=18"
},
"author": {
"name": "Daniel Draes",
"email": "foggch@gmail.com"
},
"contributors": [
{
"name": "tbd"
}
],
"homepage": "https://github.com/phifogg/ioBroker.sainlogic",
"license": "MIT",
"keywords": [
"ioBroker",
"weather",
"sainlogic"
],
"repository": {
"type": "git",
"url": "https://github.com/phifogg/ioBroker.sainlogic"
},
"dependencies": {
"@esm2cjs/got": "^12.5.0",
"@iobroker/adapter-core": "^3.2.2",
"binary-parser": "^2.2.1",
"expr-eval": "^2.0.2",
"hosted-git-info": "^5.1.0",
"jshint": "^2.13.5",
"lodash": "^4.17.21"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.3",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/gulp": "^4.0.9",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.18",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.8",
"axios": "^1.6.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^8.23.1",
"gulp": "^5.0.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.3",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0"
},
"main": "main.js",
"scripts": {
"test:js": "mocha --opts test/mocha.custom.opts",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"lint": "eslint",
"translate": "translate-adapter"
},
"bugs": {
"url": "https://github.com/phifogg/ioBroker.sainlogic/issues"
},
"readmeFilename": "README.md"
}