-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 790 Bytes
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
{
"name": "den-root",
"private": true,
"scripts": {
"build": "vp run -r build",
"smoke": "node scripts/smoke.mjs",
"typecheck": "vp check",
"gen-golden": "uv run --project scripts/gen-golden scripts/gen-golden/gen.py",
"gen:effect": "node scripts/gen-effect.mjs",
"test:scaffolder": "node --test scripts/gen-effect.test.mjs",
"test:tier2": "node --experimental-strip-types --test 'packages/test-utils/tests/**/*.test.ts'",
"test:tier3a": "vp run -F @denaudio/examples test:e2e",
"test": "vp run test:tier2 && vp run test:tier3a"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@vercel/config": "0.1.1",
"typescript": "^5.6.0",
"vite": "^6.0.0"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@10.33.0"
}