airi/plugins/airi-plugin-claude-code/package.json
RainbowBird 7841df28f8
build(deps): migrate workspace dependencies to catalogs
Move direct external dependency versions into pnpm catalogs and update workspace packages to reference catalog entries.

Signed-off-by: RainbowBird <git@luoling.moe>

Commit-Message-Assisted-by: Codex
2026-06-03 17:12:13 +08:00

28 lines
629 B
JSON

{
"name": "@proj-airi/airi-plugin-claude-code",
"type": "module",
"version": "0.10.2",
"private": true,
"description": "manifest.json description",
"bin": {
"tsdown": "./dist/run.js"
},
"scripts": {
"build": "tsdown",
"dev": "tsx ./src/run.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@guiiai/logg": "catalog:",
"@proj-airi/server-sdk": "workspace:*",
"cac": "catalog:",
"debug": "catalog:",
"destr": "catalog:",
"vue": "catalog:"
},
"devDependencies": {
"@anthropic-ai/claude-code": "catalog:",
"tsx": "catalog:",
"vue-tsc": "catalog:"
}
}