34 lines
651 B
JSON
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"
|
|
}
|
|
}
|