Files
electron/package.json
T
2025-10-30 08:37:45 +08:00

20 lines
419 B
JSON

{
"name": "electron",
"version": "1.0.0",
"description": "📖 An electron demo for study",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@47.121.181.112:222/wonder/electron.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^39.0.0"
}
}