{
  "name": "klyrune",
  "version": "1.1.15",
  "description": "Klyrune — agentic terminal assistant with multi-provider and MCP support, tools, sessions, memory, todos and plan/build modes.",
  "license": "MIT",
  "private": false,
  "keywords": [
    "cli",
    "agent",
    "ai",
    "llm",
    "terminal",
    "chat",
    "openai",
    "anthropic",
    "deepseek",
    "9router",
    "mcp",
    "model-context-protocol",
    "agentic"
  ],
  "files": [
    "dist/cli"
  ],
  "engines": {
    "node": ">=20.3"
  },
  "bin": {
    "klyrune": "dist/cli/index.js"
  },
  "scripts": {
    "prepack": "npm run cli:build",
    "dev": "concurrently \"tsx watch src/server/index.ts\" \"vite --host 0.0.0.0\"",
    "dev:api": "tsx watch src/server/index.ts",
    "build": "vite build && tsc -p tsconfig.server.json",
    "start": "node dist/server/index.js",
    "test": "vitest run",
    "tb21:doctor": "bash bench/run_tb21_klyrune.sh doctor",
    "tb21:oracle": "bash bench/run_tb21_klyrune.sh oracle-smoke",
    "tb21:smoke": "bash bench/run_tb21_klyrune.sh smoke",
    "tb21:full": "bash bench/run_tb21_klyrune.sh full",
    "tb21:export": "bash bench/export_public_jobs.sh",
    "tb21:sanitize": "bash bench/sanitize_harbor_job.sh",
    "bench:klyrune:generate": "node bench/generate_klyrune_bench_dataset.mjs",
    "bench:klyrune:validate": "node bench/validate_klyrune_bench_dataset.mjs",
    "bench:vps:setup": "bash bench/setup_vps_autocodebench.sh",
    "bench:vps:autocodebench": "bash bench/run_autocodebench_vps.sh",
    "bench:vps:stop": "bash bench/stop_klyrune_bench_vps.sh",
    "cli": "tsx cli/index.ts",
    "cli:build": "tsc -p cli/tsconfig.json && node -e \"require('fs').cpSync('cli/bundled-plugins','dist/cli/bundled-plugins',{recursive:true})\"",
    "prisma:generate": "prisma generate",
    "prisma:migrate": "prisma migrate deploy",
    "prisma:studio": "prisma studio",
    "db:push": "prisma db push"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "@prisma/client": "^6.13.0",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "lucide-react": "^0.468.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/express": "^4.17.25",
    "@types/node": "^22.10.2",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@vitejs/plugin-react": "^6.0.5",
    "concurrently": "^9.1.0",
    "prisma": "^6.13.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "vite": "^8.2.0",
    "vitest": "^4.1.10"
  }
}
