-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"scripts": {
"agent:worktree": "bun scripts/create-agent-worktree.ts",
"blueprints:check": "bun scripts/generate-wildfire-fuel-blueprints.ts --check",
"blueprints:generate": "bun scripts/generate-wildfire-fuel-blueprints.ts",
"qa:cleanup-media": "bun scripts/cleanup-wildfire-qa-media.ts",
"qa:cleanup-media:install": "bun scripts/install-wildfire-qa-cleanup-launchd.ts",
"qa:db:generate": "bunx prisma generate",
"qa:db:migrate": "bunx prisma migrate deploy",
"qa:log-tool-run": "bun scripts/qa-log-tool-run.ts",
"qa:tool-report": "bun scripts/qa-tool-report.ts",
"release:package": "bun scripts/package-release.ts",
"workshop:package": "bun scripts/package-steam-workshop.ts",
"workshop:publish": "bun scripts/publish-steam-workshop.ts",
"typecheck": "bun run qa:db:generate && tsc --noEmit"
},
"devDependencies": {
"@prisma/adapter-libsql": "^7.8.0",
"@prisma/client": "^7.8.0",
"@types/bun": "^1.3.13",
"prisma": "^7.8.0",
"typescript": "^6.0.3"
}
}