generated from mastra-ai/template-coding-agent
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 983 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "coding-agent",
"version": "0.2.0",
"description": "Advanced Mastra AI coding agent with secure E2B sandbox execution, comprehensive file management, and multi-language support for Python, JavaScript, and TypeScript development workflows",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mastra dev",
"build": "mastra build",
"start": "mastra start"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"type": "module",
"engines": {
"node": ">=20.9.0"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.87",
"@e2b/code-interpreter": "^1.5.1",
"@mastra/core": "latest",
"@mastra/fastembed": "latest",
"@mastra/libsql": "latest",
"@mastra/loggers": "latest",
"@mastra/mcp": "latest",
"@mastra/memory": "latest",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.1.0",
"mastra": "latest",
"typescript": "^5.8.3"
}
}