{ "name": "tech-interview-handbook", "repository": "git@github.com:yangshun/tech-interview-handbook.git", "author": "Yangshun Tay ", "license": "MIT", "private": true, "workspaces": [ "packages/*", "apps/*" ], "scripts": { "build": "turbo build", "ci": "pnpm lint && pnpm tsc", "clean": "turbo clean", "dev:portal": "turbo dev --filter=@tih/portal...", "dev": "turbo dev --filter=@tih/website...", "format": "oxfmt .", "format:check": "oxfmt --check .", "lint": "turbo lint", "test": "turbo test", "tsc": "turbo tsc" }, "devDependencies": { "oxlint": "^1.56.0", "oxfmt": "^0.41.0", "turbo": "2.8.20" }, "engines": { "node": "25.8.1", "pnpm": "10.32.1" }, "packageManager": "pnpm@10.32.1" }