-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1020 Bytes
/
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
{
"name": "ve_bms_forecast",
"version": "0.0.1",
"description": "Battery management with forecast",
"main": "index.js",
"_repository": {
"type": "git",
"url": "https://github.com/MarkusRJK/ve_bms_forecast.git"
},
"keywords": [
"Raspberry PI",
"Battery management",
"Node.js",
"MPPT",
"BMV",
"Phoenix Inverter",
"Ve.direct",
"forecast"
],
"dependencies": {
"@types/express": "^4.17.1",
"date": "^1.0.2",
"express": "^4.17.1",
"log4js": "^2.0.0",
"mathjs": "^5.1.0",
"moment": "^2.22.2",
"serialport": "~4.0.0",
"terminal-kit": "~0.24.0",
"ts-node-dev": "^1.0.0-pre.43",
"typescript": "^3.6.4"
},
"author": {
"name": "Markus Kohler <[email protected]>"
},
"scripts": {
"start": "node test.js",
"tsc": "tsc",
"socdev": "ts-node-dev --respawn --transpileOnly ./soc_estimator-testTS.ts",
"socprod": "tsc soc_estimator-testTS.ts && node ./build/soc_estimator-testTS.js"
},
"license": "MIT"
}