Fixes a number of security issues with JS dependencies in our examples. Does not upgrade to the latest versions of frameworks.
33 lines
701 B
JSON
33 lines
701 B
JSON
{
|
|
"name": "mastra",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "mastra dev",
|
|
"build": "mastra build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^1.3.24",
|
|
"@arcadeai/arcadejs": "^1.14.0",
|
|
"@mastra/core": "0.16.3",
|
|
"@mastra/libsql": "0.14.1",
|
|
"@mastra/memory": "0.15.1",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"mastra": "0.12.3",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"form-data@>=4.0.0 <4.0.5": ">=4.0.5"
|
|
}
|
|
}
|
|
}
|