{
  "name": "brainstormrouter",
  "version": "0.1.0",
  "description": "BrainstormRouter TypeScript SDK — AI gateway with memory, guardrails, and governance",
  "keywords": [
    "ai",
    "api",
    "claude",
    "gateway",
    "guardrails",
    "llm",
    "memory",
    "observability",
    "openai",
    "routing"
  ],
  "license": "MIT",
  "author": "BrainstormRouter <hello@brainstormrouter.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/justinjilg/brainstormrouter.git",
    "directory": "packages/sdk-ts"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "openai": "^4.0.0"
  },
  "devDependencies": {
    "typescript": "^5.5.0"
  },
  "peerDependencies": {
    "openai": ">=4.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
