mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-26 08:03:38 +00:00
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
28 lines
629 B
JSON
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:"
|
|
}
|
|
}
|