chore: migrate repository to pnpm

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Jax
2026-03-13 17:10:14 +08:00
parent c825f59e4d
commit 380738c4de
3 changed files with 1842 additions and 2771 deletions
-2768
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -20,8 +20,9 @@
"vitest.config.ts"
],
"type": "module",
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=20"
"node": ">=20.19.0"
},
"scripts": {
"dev": "tsx src/index.ts",
@@ -43,10 +44,10 @@
"@types/node": "^24.0.0",
"tsx": "^4.20.0",
"typescript": "^5.8.0",
"vitest": "^3.2.0"
"vitest": "^4.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"zod": "^3.25.76"
"zod": "^4.1.11"
}
}
+1838
View File
File diff suppressed because it is too large Load Diff