{ "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" } }