-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 1.06 KB
/
package.json
File metadata and controls
19 lines (19 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"private": true,
"name": "@upsoft/patchkit-demo-launcher-runtime",
"version": "2.1.0",
"scripts": {
"build": "build-patchkit-basic-launcher-runtime",
"dev": "dev-patchkit-basic-launcher-runtime",
"dev:mac": "dev-patchkit-basic-launcher-runtime -p macos-prod-preset.ts -t http://localhost:5173",
"dev:win": "dev-patchkit-basic-launcher-runtime -p windows-prod-preset.ts -t http://localhost:5173",
"dev:lin": "dev-patchkit-basic-launcher-runtime -p linux-prod-preset.ts -t http://localhost:5173",
"publish:mac": "dotenv -e ../.env -- build-patchkit-basic-launcher-runtime -p macos-prod-preset.ts --uploadRuntime --publishRuntime",
"publish:win": "dotenv -e ../.env -- build-patchkit-basic-launcher-runtime -p windows-prod-preset.ts --uploadRuntime --publishRuntime",
"publish:lin": "dotenv -e ../.env -- build-patchkit-basic-launcher-runtime -p linux-prod-preset.ts --uploadRuntime --publishRuntime"
},
"devDependencies": {
"@upsoft/patchkit-basic-launcher-runtime-package-dev-tools": "2.0.0-alpha.27",
"dotenv-cli": "^8.0.0"
}
}