19 lines
320 B
JSON
19 lines
320 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"chart.js": "^4.5.1",
|
|
"electron": "^40.6.0",
|
|
"socket.io-client": "^4.8.3"
|
|
}
|
|
}
|