-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "occ_csms_app",
"version": "1.0.0",
"description": "An OCPP Charging Station Management System test application based on Electron",
"main": "src/main.cjs",
"type": "module",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/OpenChargingCloud/CSMS",
"keywords": [
"Open Charging Cloud",
"OCC",
"e-mobility",
"charging station management system",
"CSMS",
"OCPP",
"WWCP",
"testing",
"certification"
],
"author": "GraphDefined GmbH <achim.friedland@graphdefined.com>",
"license": "Apache-2.0",
"homepage": "https://github.com/OpenChargingCloud/CSMSApp",
"devDependencies": {
"@types/elliptic": "^6.4.18",
"@types/node": "^24.10.1",
"@types/ws": "^8.18.1",
"electron": "^39.2.3",
"electron-builder": "^26.0.12",
"electron-localshortcut": "^3.2.1",
"sass": "^1.94.2",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"ws": "^8.18.3"
}
}