update
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "electron-template",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "dist/app.js",
|
||||
"scripts": {
|
||||
"build": "bun bun.config.ts",
|
||||
"dev": " electron .",
|
||||
"start": "pnpm build && electron .",
|
||||
"build:mac": "electron-builder --mac --universal",
|
||||
"build:win": "electron-builder --win",
|
||||
"build:linux": "electron-builder --linux"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@kevisual/use-config": "^1.0.19",
|
||||
"@types/bun": "^1.3.0",
|
||||
"@types/node": "^22.15.21",
|
||||
"bun": "^1.3.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"electron": "38.2.2",
|
||||
"electron-builder": "^26.0.12",
|
||||
"electron-builder-squirrel-windows": "^26.0.12",
|
||||
"electron-log": "^5.4.0",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user