-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.03 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
{
"name": "casa-corrently",
"version": "1.0.99",
"description": "Casa Corrently EcoSystem - Standalone and Node-RED",
"main": "app.js",
"scripts": {
"test": "mocha",
"demo-messkonzept1": "node-red ./flows/demo_messkonzept1.json",
"demo-messkonzept2": "node-red ./flows/demo_messkonzept2.json",
"start": "node ./standalone.js",
"standalone-messkonzept0": "nodemon --ignore flows/ --ignore lib/ --ignore public/ ./standalone.js ./flows/demo_messkonzept0.json",
"standalone-messkonzept1": "nodemon --ignore flows/ --ignore lib/ --ignore public/ ./standalone.js ./flows/demo_messkonzept1.json",
"standalone-messkonzept2": "nodemon --ignore flows/ --ignore lib/ --ignore public/ ./standalone.js ./flows/demo_messkonzept2.json"
},
"bin": {
"casa-corrently": "./standalone.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/energychain/casa-corrently.git"
},
"keywords": [
"stromdao",
"smartmeter",
"corrently",
"isms",
"stromzähler",
"node-red",
"electricitymeter",
"easymeter",
"powermeter",
"energyprice",
"strompreis"
],
"author": "STROMDAO GmbH <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/energychain/casa-corrently/issues"
},
"homepage": "https://casa.corrently.de/",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"bl": "^4.0.3",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"nanoid": "3.1.12",
"node-forge": "^0.10.0",
"recursive-copy": "^2.0.11",
"simple-dependencies-updater": "0.9.4",
"update-notifier": "5.1.0",
"winston": "^3.3.3"
},
"funding": {
"type": "corporation",
"url": "https://www.stromdao.de/crowdfunding/info"
},
"node-red": {
"nodes": {
"Discovergy Meter": "DiscovergyMeter.js",
"Available Meters": "DiscovergyMetersList.js"
}
},
"devDependencies": {
"mocha": "^9.0.0",
"node-red": "^1.1.3",
"node-red-node-test-helper": "^0.2.5",
"nodemon": "^2.0.4"
}
}