{
  "name": "@paybyrd/ai-agent-openai",
  "version": "0.3.2",
  "description": "OpenAI integration for AI agent toolkit",
  "type": "module",
  "access": "public",
  "author": "Paybyrd",
  "license": "MIT",
  "homepage": "https://github.com/paybyrd/ai-agent-toolkit-js#readme",
  "bugs": "https://github.com/paybyrd/ai-agent-toolkit-js/issues",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "agentkit",
    "ai",
    "artificial intelligence",
    "paybyrd",
    "openai"
  ],
  "dependencies": {
    "@paybyrd/ai-agent-toolkit": "latest",
    "zod-to-json-schema": "^3.22.4"
  },
  "peerDependencies": {
    "openai": "^4.28.0"
  },
  "files": [
    "dist/**/*",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "engines": {
    "node": ">=18"
  }
}