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
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,8 +20,9 @@
"vitest.config.ts" "vitest.config.ts"
], ],
"type": "module", "type": "module",
"packageManager": "pnpm@10.32.1",
"engines": { "engines": {
"node": ">=20" "node": ">=20.19.0"
}, },
"scripts": { "scripts": {
"dev": "tsx src/index.ts", "dev": "tsx src/index.ts",
@ -43,10 +44,10 @@
"@types/node": "^24.0.0", "@types/node": "^24.0.0",
"tsx": "^4.20.0", "tsx": "^4.20.0",
"typescript": "^5.8.0", "typescript": "^5.8.0",
"vitest": "^3.2.0" "vitest": "^4.0.0"
}, },
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1", "@modelcontextprotocol/sdk": "^1.27.1",
"zod": "^3.25.76" "zod": "^4.1.11"
} }
} }

1838
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff