26 lines
867 B
JSON
26 lines
867 B
JSON
{
|
|
"name": "glowtrack",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "GlowTrack monorepo root (pnpm workspaces)",
|
|
"scripts": {
|
|
"build": "pnpm -r --if-present build",
|
|
"test": "pnpm -r --if-present test",
|
|
"test:unit": "pnpm -r --filter @glowtrack/web --if-present test:unit",
|
|
"test:e2e": "pnpm -r --filter @glowtrack/web --if-present test:e2e",
|
|
"playwright:install": "pnpm -C apps/web exec playwright install --with-deps",
|
|
"ci": "bash tools/ci/run-tests.sh",
|
|
"lint": "pnpm -r --if-present lint",
|
|
"typecheck": "pnpm -r --if-present typecheck || pnpm -r --if-present check",
|
|
"format": "pnpm -r --if-present format"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "^5.5.4",
|
|
"svelte-check": "^3.8.5"
|
|
},
|
|
"packageManager": "pnpm@9.0.0"
|
|
}
|