{ "name": "web-soft", "version": "3.0.0", "description": "构建现代Web应用,基于Java SpringBoot构建的SaaS软件平台、支持Vue、React前端框架\n自信地创建高性能和生产级的全栈web应用程序和网站", "main": "main.js", "scripts": { "dev": "electron .", "pack": "electron-builder --dir", "build": "electron-builder" }, "build": { "appId": "top.websoft.oa", "productName": "网宿软件", "win": { "icon": "logo.ico", "target": [ { "target": "nsis", "arch": [ "x64" ] } ] }, "mac": { "icon": "logo.icns" }, "nsis": { "oneClick": false, "perMachine": true, "allowToChangeInstallationDirectory": true } }, "author": "Websoft Inc.", "license": "ISC", "dependencies": { }, "devDependencies": { "electron": "^34.1.1", "electron-builder": "^25.1.8", "nodemon": "^3.1.9" } }