Initial
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "shopee",
|
||||
"version": "0.0.4",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "electron . --dev",
|
||||
"build": "electron-builder"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "Shopee",
|
||||
"dependencies": {
|
||||
"node-fetch": "^3.3.2",
|
||||
"puppeteer": "^24.1.1",
|
||||
"puppeteer-core": "^24.2.0",
|
||||
"puppeteer-in-electron": "^3.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^34.1.1",
|
||||
"electron-builder": "^25.1.8"
|
||||
},
|
||||
"type": "module",
|
||||
"build": {
|
||||
"appId": "com.shopee.id",
|
||||
"productName": "Shopee",
|
||||
"win": {
|
||||
"target": "nsis",
|
||||
"icon": "shopee.ico"
|
||||
},
|
||||
"nsis": {
|
||||
"perMachine": true,
|
||||
"runAfterFinish": true,
|
||||
"installerIcon": "shopee.ico",
|
||||
"uninstallerIcon": "shopee.ico",
|
||||
"createDesktopShortcut": false,
|
||||
"createStartMenuShortcut": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user