{
  "name": "@openrouter/cli",
  "version": "1.0.1",
  "description": "SDK DevTools and utilities for OpenRouter development",
  "type": "module",
  "files": [
    "dist/cli",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "bin": {
    "openrouter": "./dist/cli"
  },
  "scripts": {
    "build": "bun scripts/build.ts",
    "build:devtools": "vite build --config src/devtools/vite.config.ts",
    "dev": "bun run src/cli.ts",
    "dev:devtools": "vite --config src/devtools/vite.config.ts",
    "lint": "biome check",
    "release": "cd ../.. && pnpm tsx scripts/release-cli.ts",
    "tag": "VERSION=$(node -e \"console.log(require('./package.json').version)\") && git tag v$VERSION && git push origin v$VERSION",
    "test": "bun test",
    "test:watch": "bun test --watch"
  },
  "dependencies": {
    "@hono/node-server": "^1.19.2",
    "@openrouter-monorepo/helpers": "workspace:*",
    "@openrouter-monorepo/type-utils": "workspace:*",
    "@openrouter/devtools": "workspace:*",
    "@openrouter/mcp": "workspace:*",
    "hono": "^4.9.6",
    "ts-morph": "27.0.2",
    "vaul": "^1.1.2",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@openrouter/sdk": "0.3.15",
    "@radix-ui/colors": "^3.0.0",
    "@radix-ui/react-collapsible": "^1.1.2",
    "@radix-ui/react-scroll-area": "^1.2.2",
    "@radix-ui/react-slot": "^1.1.1",
    "@radix-ui/react-tooltip": "^1.1.8",
    "@tailwindcss/typography": "^0.5.16",
    "@types/bun": "^1.2.21",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "@vitejs/plugin-react": "^4.3.4",
    "autoprefixer": "^10.4.21",
    "biome": "^0.3.3",
    "bun": "latest",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "date-fns": "4.1.0",
    "dotenv": "^16.6.1",
    "enquirer": "^2.4.1",
    "json5": "^2.2.3",
    "lucide-react": "^0.469.0",
    "openurl": "^1.1.1",
    "pino-rotating-file-stream": "^0.0.2",
    "postcss": "^8.5.6",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tailwind-merge": "^3.4.0",
    "tailwind-scrollbar-hide": "^2.0.0",
    "tailwindcss": "^3.4.16",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "^5.9.2",
    "uuid": "^11.1.0",
    "vite": "^6.0.7",
    "windy-radix-palette": "^2.0.0-beta.7",
    "zod": "^3.25.76"
  },
  "publishConfig": {
    "ignore": [
      "!build/",
      "src/",
      "screenshots/"
    ]
  },
  "keywords": [
    "claude",
    "code",
    "router",
    "llm",
    "anthropic",
    "openrouter"
  ],
  "author": "openrouter",
  "license": "SEE LICENSE IN LICENSE"
}
