Files
tech-interview-handbook/package.json
2026-03-20 15:59:43 +08:00

28 lines
698 B
JSON
Executable File

{
"name": "tech-interview-handbook",
"repository": "git@github.com:yangshun/tech-interview-handbook.git",
"author": "Yangshun Tay <tay.yang.shun@gmail.com>",
"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"
}