mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 12:49:33 +00:00
28 lines
620 B
JSON
28 lines
620 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": "^7.0.0",
|
|
"debug": "^4.4.3",
|
|
"destr": "^2.0.5",
|
|
"vue": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@anthropic-ai/claude-code": "^2.1.114",
|
|
"tsx": "^4.21.0",
|
|
"vue-tsc": "^3.2.6"
|
|
}
|
|
}
|