21 lines
384 B
JSON
21 lines
384 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",
|
|
"mediasoup": "^3.19.17",
|
|
"mediasoup-client": "^3.18.7",
|
|
"socket.io-client": "^4.8.3"
|
|
}
|
|
}
|