-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 763 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 763 Bytes
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
{
"name": "mmm-powerwall",
"version": "1.0.0",
"description": "MagicMirror module for Tesla Powerwall",
"main": "MMM-Powerwall.js",
"author": "Mike Bishop",
"license": "MIT",
"dependencies": {
"async-mqtt": "^2.6.1",
"async-mutex": "^0.3.1",
"await-spawn": "^4.0.1",
"axios": "^1.6.0",
"chart.js": "^3.9.1",
"chartjs-adapter-luxon": "^1.3.1",
"chartjs-plugin-annotation": "^1.0.2",
"chartjs-plugin-datalabels": "^2.0.0",
"express-validator": "^6.12.0",
"glob-parent": ">=6.0.1",
"luxon": "^3.7.1",
"node-fetch": "^3.2.10",
"querystring": "^0.2.0",
"tough-cookie": "^4.0.0",
"validator": ">=13.7.0"
},
"devDependencies": {
"pseudoloc-js": "^1.2.2",
"typescript": "^4.3.5"
}
}