-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
59 lines (59 loc) · 1.37 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
{
"name": "iobroker.smartmeter",
"version": "3.4.0",
"description": "Smartmeter Adapter",
"author": "Ingo Fischer <ingo@fischer-ka.de>",
"contributors": [],
"homepage": "",
"license": "MIT",
"keywords": [
"iobroker",
"smartmeter",
"SML",
"D0",
"eHz",
"OBIS"
],
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Apollon77/ioBroker.smartmeter"
},
"dependencies": {
"smartmeter-obis": "^4.0.0",
"serialport": "^12.0.0",
"@iobroker/adapter-core": "^3.0.4",
"@sentry/node": "^7.81.1",
"@sentry/integrations": "^7.81.1",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/adapter-dev": "^1.2.0",
"mocha": "^10.2.0",
"chai": "^4.3.10",
"nyc": "^15.1.0"
},
"bugs": {
"url": "https://github.com/Apollon77/ioBroker.smartmeter/issues"
},
"main": "smartmeter.js",
"scripts": {
"test": "nyc --reporter=lcov mocha --exit",
"release": "release-script",
"translate": "translate-adapter"
},
"nyc": {
"exclude": [
"!**/node_modules/"
],
"include": [
"**/tmp/node_modules/iobroker.smartmeter/*.js"
],
"produce-source-map": true
}
}