-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 747 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "root",
"private": "true",
"type": "module",
"scripts": {
"check": "tsc",
"test": "pnpm --filter tests exec vitest --run --api.port 51204 --pool=threads --poolOptions.threads.singleThread --bail 1",
"install:chromium": "pnpm --filter tests-e2e exec playwright install chromium",
"test:e2e": "pnpm --filter tests-e2e exec node --no-warnings --experimental-loader playwright/lib/transform/esmLoader node_modules/playwright/cli.js test --workers=1 --timeout 5000 -x"
},
"packageManager": "pnpm@10.24.0",
"devDependencies": {
"@changesets/changelog-github": "~0.5.1",
"@changesets/cli": "^2.29.7",
"astro": "^5.16.1",
"typescript": "~5.9.3"
}
}