{ "name": "workspace", "version": "0.0.0", "license": "MIT", "scripts": { "preinstall": "sh -c 'rm -f package-lock.json yarn.lock; case \"$npm_config_user_agent\" in pnpm/*) ;; *) echo \"Use pnpm instead\" >&2; exit 1 ;; esac'", "build": "pnpm run typecheck && pnpm -r --if-present run build", "typecheck:libs": "tsc --build", "typecheck": "pnpm run typecheck:libs && pnpm -r --filter \"./artifacts/**\" --filter \"!./artifacts/mockup-sandbox\" --filter \"./scripts\" --if-present run typecheck", "lint": "eslint .", "test": "bash scripts/test-local.sh", "test:prod": "BASE=https://timmy.replit.app bash timmy_test.sh" }, "private": true, "devDependencies": { "eslint": "^10.0.3", "prettier": "^3.8.1", "typescript": "~5.9.2", "typescript-eslint": "^8.57.1" } }