17 lines
272 B
JSON
Raw Permalink Normal View History

2021-11-09 17:40:46 +08:00
{
"name": "electron",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
2021-11-10 22:05:15 +08:00
"run-desktop": "electron ./"
2021-11-09 17:40:46 +08:00
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"electron": "14.0.0",
"ws": "^8.2.3"
}
}