2023-02-26 01:30
This commit is contained in:
24
getting-started-electron/package.json
Normal file
24
getting-started-electron/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "getting-electron",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"pack-linux": "electron-packager . my-test-app --out ./dist --platform-linux --asar --overwrite=true --prune=true",
|
||||
"pack-windows": "electron-packager . my-test-app --out ./dist --platform=win32 --asar --overwrite=true --prune=true",
|
||||
"clean": "rm -r ./dist/*",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"asar": "^3.0.3",
|
||||
"electron": "^8.2.3",
|
||||
"electron-packager": "^14.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"mustache": "^4.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user