{
  "name": "openai-agents-js",
  "version": "0.1.9",
  "description": "An unofficial Node.js library for building AI agents and multi-agent workflows with OpenAI",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prepare": "npm run build"
  },
  "keywords": [
    "openai",
    "ai",
    "agents",
    "llm",
    "typescript",
    "nodejs",
    "openai-agents",
    "openai-agents-js",
    "openai-agents-node",
    "openai-agents-ts",
    "ai-agents"
  ],
  "author": "Yusuf Eren",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yusuf-eren/openai-agents-js.git"
  },
  "bugs": {
    "url": "https://github.com/yusuf-eren/openai-agents-js/issues"
  },
  "homepage": "https://github.com/yusuf-eren/openai-agents-js#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.11.0",
    "axios": "^1.9.0",
    "dotenv": "^16.4.7",
    "graphviz": "^0.0.9",
    "openai": "^5.0.1",
    "uuid": "^11.1.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/dotenv": "^6.1.1",
    "@types/graphviz": "^0.0.39",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.15.24",
    "@types/uuid": "^10.0.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  },
  "files": [
    "dist",
    "README.md"
  ]
}
