-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.21 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.21 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
33
34
35
36
37
{
"name": "help-center",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "turbo format",
"test": "turbo test",
"typecheck": "turbo typecheck",
"registry:build": "npx shadcn@latest build --output apps/web/public/r",
"release": "bash scripts/release.sh",
"smoke": "bash scripts/smoke-test.sh",
"smoke:install": "bash scripts/smoke-install.sh",
"smoke:registry": "bash scripts/smoke-registry.sh",
"smoke:llms": "bash scripts/smoke-llms.sh",
"smoke:deploy": "bash scripts/smoke-deploy.sh",
"eval:hosted-parity": "node packages/cli/eval/run-hosted-parity.mjs",
"check:supabase-types": "node scripts/check-supabase-types.mjs",
"check:links": "bash scripts/check-links.sh",
"sync:templates": "node scripts/sync-templates.mjs"
},
"devDependencies": {
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"turbo": "^2.8.17",
"typescript": "5.9.3",
"vitest": "^4.1.3"
},
"packageManager": "pnpm@9.15.9",
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}