chatgpt-api/legacy/examples/mastra/package.json

18 wiersze
383 B
JSON

{
"name": "agentic-examples-mastra",
"type": "module",
"private": true,
"scripts": {
"test": "run-s test:*",
"test:lint": "eslint .",
"test:typecheck": "tsc --noEmit"
},
"dependencies": {
"@agentic/mastra": "workspace:*",
"@agentic/weather": "workspace:*",
"@ai-sdk/openai": "catalog:",
"@mastra/core": "catalog:",
"zod": "catalog:"
}
}