arcade-mcp/examples/openai-agents-ts/package.json
Sergio Serrano 67bc53c8ce
Update OpenAI Agent example (#452)
Update with the latest `@arcadeai/arcadejs`
2025-06-19 20:01:03 -03:00

17 lines
389 B
JSON

{
"name": "openai-ts",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "npx tsx --env-file=.env src/index.ts",
"dev:waitForCompletion": "npx tsx --env-file=.env src/waitForCompletion.ts"
},
"dependencies": {
"@arcadeai/arcadejs": "1.8.1",
"@openai/agents": "^0.0.8"
}
}