generated from mastra-ai/template-coding-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 990 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 990 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 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": ">=22.13.0"
},
"dependencies": {
"@daytonaio/sdk": "^0.120.0",
"@e2b/code-interpreter": "^1.5.1",
"@mastra/core": "^0.24.9",
"@mastra/fastembed": "^0.10.7",
"@mastra/libsql": "^0.16.4",
"@mastra/loggers": "^0.10.19",
"@mastra/mcp": "^0.14.5",
"@mastra/memory": "^0.15.13",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.1.0",
"mastra": "^0.18.9",
"typescript": "^5.9.3"
}
}