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.
 

30 lines
557 B

{
"name": "outline",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^23.2.1",
"electron-builder": "^23.6.0"
},
"build": {
"appId": "com.qianyan.outline",
"productName": "廓形仪",
"directories": {
"output": "dist"
},
"win": {
"icon": "build/kxy.ico",
"target": [
"nsis"
]
}
}
}