Files
ClassContent/历届学生/front-end-team-11/项目开发/上课项目/聊天室/fontend/package.json
2024-09-27 02:06:13 +08:00

34 lines
651 B
JSON

{
"name": "fontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron .",
"win": "electron-builder --win --x64"
},
"build": {
"productName": "微聊",
"appId": "com.chat.room",
"win":{
"target": [{
"target":"nsis"
}]
},
"nsis": {
"shortcutName": "微聊",
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"perMachine": true
}
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^24.4.0",
"electron-builder": "^23.6.0"
}
}