first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"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"
}
}