{
  "name": "tabbit2api",
  "version": "0.1.9",
  "type": "module",
  "description": "Tabbit to OpenAI Responses-compatible gateway for local agent integrations.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hwttop5/tabbit2api.git"
  },
  "bugs": {
    "url": "https://github.com/hwttop5/tabbit2api/issues"
  },
  "homepage": "https://github.com/hwttop5/tabbit2api#readme",
  "keywords": [
    "tabbit",
    "openai",
    "responses",
    "anthropic",
    "gateway",
    "cli",
    "local-ai"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "bin": {
    "tabbit2api": "src/cli.js"
  },
  "files": [
    "src/",
    "docs/",
    "README.md",
    "README.en.md",
    "LICENSE",
    "CONTRIBUTING.md",
    "CONTRIBUTING.en.md",
    "examples/"
  ],
  "scripts": {
    "hooks:install": "husky",
    "commitlint": "commitlint --edit",
    "login": "node src/cli.js login",
    "probe": "node src/cli.js probe",
    "start": "node src/cli.js start",
    "test": "node --test"
  },
  "license": "GPL-3.0-only",
  "dependencies": {
    "@anthropic-ai/tokenizer": "^0.0.4",
    "playwright": "^1.60.0",
    "ws": "^8.21.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.2.0",
    "@commitlint/config-conventional": "^20.2.0",
    "husky": "^9.1.7"
  }
}
