MyAgent/package.json

28 lines
601 B
JSON
Raw Normal View History

{
"name": "myagent",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mastra dev",
"build": "mastra build",
"generate": "pnpx tsx ./src/scripts/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@ai-sdk/deepseek": "^1.0.31",
"@ai-sdk/openai": "^2.0.80",
"@mastra/core": "^0.24.8",
"mastra": "^0.18.8",
"zod": "^4.1.13"
},
"devDependencies": {
"@types/node": "^25.0.0",
"typescript": "^5.9.3"
}
}