{ "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": "vp run --cache -r build", "ci": "vp check && vp test && vp run --cache -r build", "clean": "vp cache clean", "dev:portal": "vp run --filter @tih/portal... dev", "dev": "vp run --filter @tih/website... dev", "prepare": "vp config" }, "devDependencies": { "vite-plus": "catalog:" }, "engines": { "node": "25.8.1", "pnpm": "10.32.1" }, "packageManager": "pnpm@10.32.1" }