{
  "name": "kcgrouter",
  "version": "0.4.2",
  "description": "Lightweight AI proxy gateway — route chat completions to upstream providers",
  "type": "module",
  "bin": {
    "kcgrouter": "./bin/kcgrouter.ts"
  },
  "files": [
    "bin/",
    "src/",
    "styles/",
    "public/",
    "assets/",
    "scripts/postinstall.mjs",
    "bunfig.toml",
    "tsconfig.json",
    "!src/**/__tests__/**",
    "!src/**/*.test.ts",
    "!src/**/*.test.tsx",
    "!src/test-setup.ts"
  ],
  "engines": {
    "bun": ">=1.2.3"
  },
  "scripts": {
    "dev": "bun --hot src/index.ts",
    "start": "NODE_ENV=production bun src/index.ts",
    "build": "bun run build.ts",
    "check": "biome check --write ./src",
    "lint": "biome lint --write ./src",
    "format": "biome format --write ./src",
    "gen-env": "bash scripts/gen-env.sh",
    "generate-icon": "bun scripts/generate-icon.ts",
    "test": "bash scripts/test.sh",
    "postinstall": "bun scripts/postinstall.mjs",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "@clack/prompts": "^1.7.0",
    "@radix-ui/react-label": "^2.1.7",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-slot": "^1.2.3",
    "bun-plugin-tailwind": "^0.1.2",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "jsonc-parser": "^3.3.1",
    "lucide-react": "^1",
    "radix-ui": "^1.6.7",
    "react": "^19",
    "react-dom": "^19",
    "recharts": "^3.10.1",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.3.1",
    "tailwindcss": "^4.1.11",
    "tw-animate-css": "^1.4.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.7",
    "@resvg/resvg-js": "^2.6.2",
    "@types/bun": "latest",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "fast-check": "^4.9.0"
  }
}
