{
  "name": "thebird",
  "version": "1.2.114",
  "description": "Anthropic SDK to Gemini streaming bridge — drop-in proxy that translates Anthropic message format and tool calls to Google Gemini",
  "scripts": {
    "start": "node serve.js"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./index.js",
      "import": "./index.js",
      "default": "./index.js"
    }
  },
  "keywords": [
    "anthropic",
    "gemini",
    "google",
    "ai",
    "streaming",
    "proxy",
    "bridge",
    "tool-use",
    "vision",
    "multimodal",
    "router",
    "openai",
    "deepseek",
    "multi-provider"
  ],
  "author": "AnEntrypoint",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AnEntrypoint/thebird.git"
  },
  "dependencies": {
    "acptoapi": "file:../acptoapi",
    "floosie": "^0.6.4"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@tailwindcss/cli": "^4.2.2",
    "@webcontainer/api": "^1.6.4",
    "@xterm/addon-fit": "^0.11.0",
    "@xterm/xterm": "^6.0.0",
    "esbuild": "^0.28.0",
    "htm": "^3.1.1",
    "tailwindcss": "^4.2.2",
    "webjsx": "^0.0.73"
  }
}
