{
  "name": "opencode-codex-bridge",
  "version": "0.1.0",
  "description": "OpenCode plugin to make a custom @ai-sdk/openai provider send Codex-shaped requests through your own proxy, which fixes prompt caching for LLM proxies (e.g., new-api).",
  "keywords": [
    "opencode",
    "codex",
    "new-api",
    "cache"
  ],
  "type": "module",
  "main": "./index.js",
  "exports": {
    ".": "./index.js"
  },
  "files": [
    "index.js",
    "src",
    "README.md"
  ],
  "scripts": {
    "check": "node --check index.js src/*.js test/*.js",
    "test": "node --test"
  },
  "engines": {
    "node": ">=22"
  },
  "license": "MIT",
  "author": "TurboHsu",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TurboHsu/opencode-codex-bridge"
  }
}
