mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-09 15:58:27 +00:00
Some checks are pending
CI / Lint (push) Waiting to run
CI / Build Test (stage-tamagotchi) (push) Waiting to run
CI / Build Test (stage-tamagotchi-godot) (push) Waiting to run
CI / Build Test (stage-web) (push) Waiting to run
CI / Build Test (ui-loading-screens) (push) Waiting to run
CI / Build Test (ui-transitions) (push) Waiting to run
CI / Unit Test (push) Waiting to run
CI / Type Check (push) Waiting to run
CI / Check Provenance (push) Waiting to run
Cloudflare Pages (Auth UI) / Deploy - ui-server-auth (push) Waiting to run
Cloudflare Workers / Deploy - stage-web (push) Waiting to run
Update Nix pnpmDeps Hash / update (push) Waiting to run
28 lines
629 B
JSON
28 lines
629 B
JSON
{
|
|
"name": "@proj-airi/airi-plugin-claude-code",
|
|
"type": "module",
|
|
"version": "0.11.0",
|
|
"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:"
|
|
}
|
|
}
|