-
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) · 805 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 805 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": "my-mastra-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mastra dev",
"build": "mastra build",
"start": "mastra start"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"engines": {
"node": ">=22.13.0"
},
"dependencies": {
"@mastra/core": "^1.26.0",
"@mastra/duckdb": "^1.2.0",
"@mastra/evals": "^1.2.1",
"@mastra/libsql": "^1.9.0",
"@mastra/loggers": "^1.1.1",
"@mastra/memory": "^1.16.0",
"@mastra/observability": "^1.10.0",
"@openrouter/ai-sdk-provider": "^2.8.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^25.6.0",
"mastra": "^1.6.1",
"typescript": "^6.0.3"
}
}