arcade-mcp/examples/ai-sdk/package.json
Sergio Serrano bc4a1894f3
Add an example for the AI SDK (#343)
Simple example of how to integrate Arcade with the Vercel AI SDK
2025-04-03 12:42:14 -03:00

19 lines
359 B
JSON

{
"name": "arcade-ai-sdk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node --env-file=.env index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.6.5",
"dependencies": {
"@ai-sdk/openai": "^1.3.6",
"@arcadeai/arcadejs": "^1.2.1",
"ai": "^4.2.11"
}
}