-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.06 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.06 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
25
26
27
28
29
30
31
32
{
"name": "vtorn",
"private": true,
"scripts": {
"dev": "pnpm -r --parallel --if-present run dev",
"build": "pnpm -r --if-present run build",
"lint": "pnpm -r --if-present run lint",
"test": "pnpm -r --if-present run test",
"typecheck": "pnpm -r --if-present run typecheck",
"dump-openapi": "pnpm -r --if-present run dump-openapi",
"daily-report": "pnpm --filter @vtorn/tools run daily-report",
"deploy:staging": "pnpm --filter @vtorn/cicd-tools run publish-all -- --env=staging",
"deploy:promote": "pnpm --filter @vtorn/cicd-tools exec tsx infra/deploy/promote-to-prod.ts",
"deploy:rollback": "pnpm --filter @vtorn/cicd-tools exec tsx infra/deploy/lib/rollback-cli.ts"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
],
"overrides": {
"devalue": "^5.8.1",
"fast-uri": "^3.1.2",
"music-metadata": "^11.12.3",
"postcss": "^8.5.10",
"qs": "^6.15.2",
"tar": "^7.5.11",
"ws": "^8.20.1",
"vitest>vite": "^6.4.3",
"@vitest/mocker>vite": "^6.4.3"
}
}
}