云·企业官网 软件版
This commit is contained in:
43
package.json
Normal file
43
package.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "websoft",
|
||||
"version": "1.0.0",
|
||||
"description": "gxtyzx",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"pack": "electron-builder --dir",
|
||||
"buider": "electron-builder"
|
||||
},
|
||||
"buider": {
|
||||
"appId": "top.websoft.oa",
|
||||
"productName": "网宿办公OA系统",
|
||||
"win": {
|
||||
"icon": "logo.ico",
|
||||
"target": [
|
||||
{
|
||||
"target": "nsis",
|
||||
"arch": [
|
||||
"x64"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mac": {
|
||||
"icon": "icons.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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user