2021-11-10 22:05:15 +08:00

17 lines
272 B
JSON

{
"name": "electron",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"run-desktop": "electron ./"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"electron": "14.0.0",
"ws": "^8.2.3"
}
}