feat: scaffold workspace with search, fetch, and extract packages

This commit is contained in:
2026-08-08 10:43:00 +08:00
parent 405602a943
commit 1de559c321
30 changed files with 1381 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "tts-workshop",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "pnpm --filter @tts/proxy dev",
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck"
},
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"typescript": "^5.7.2"
}
}