mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
- Change electron-builder publish owner from anthropics to getpaseo - Remove CSC_NAME (auto-discovered from cert, secret had rejected prefix) - Remove CSC_IDENTITY_AUTO_DISCOVERY=false from build script (breaks Windows cmd.exe)
29 lines
829 B
JSON
29 lines
829 B
JSON
{
|
|
"name": "@getpaseo/desktop",
|
|
"version": "0.1.32",
|
|
"private": true,
|
|
"description": "Paseo desktop app (Electron wrapper)",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"build": "npm --prefix ../.. run build:daemon && npm run build:main && electron-builder --config electron-builder.yml",
|
|
"build:main": "tsc -p tsconfig.json",
|
|
"dev": "npm run build:main && wait-on tcp:8081 && electron .",
|
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@getpaseo/cli": "0.1.32",
|
|
"@getpaseo/server": "0.1.32",
|
|
"electron-updater": "^6.6.2",
|
|
"ws": "^8.14.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.6.0",
|
|
"@types/ws": "^8.5.14",
|
|
"electron": "41.0.3",
|
|
"electron-builder": "26.8.1",
|
|
"typescript": "5.9.3",
|
|
"unzip-crx-3": "^0.2.0",
|
|
"wait-on": "8.0.5"
|
|
}
|
|
}
|