You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
756 B
41 lines
756 B
1 month ago
|
{
|
||
|
"name": "georgewu",
|
||
|
"version": "0.4.1",
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"start": "electron .",
|
||
|
"build": "electron-builder"
|
||
|
},
|
||
|
"build": {
|
||
|
"appId": "com.georgewu.own",
|
||
|
"win": {
|
||
|
"icon": "./head.ico",
|
||
|
"target": [
|
||
|
{
|
||
|
"target": "nsis",
|
||
|
"arch": [
|
||
|
"x64"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"nsis": {
|
||
|
"oneClick": false,
|
||
|
"perMachine": true,
|
||
|
"allowToChangeInstallationDirectory": true
|
||
|
}
|
||
|
},
|
||
|
"author": "GEORGEWU",
|
||
|
"license": "ISC",
|
||
|
"description": "Own App",
|
||
|
"devDependencies": {
|
||
|
"electron": "^32.1.2",
|
||
|
"electron-builder": "^25.0.5",
|
||
|
"electron-vite": "^2.3.0",
|
||
|
"nodemon": "^3.1.7"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"moment": "^2.30.1"
|
||
|
}
|
||
|
}
|