-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 859 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
36
37
{
"name": "mastra-on-compute",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "mastra dev",
"build": "mastra build --studio && node scripts/embed-studio.mjs",
"start": "mastra start",
"chat": "bun run scripts/chat.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.12.1",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"@ai-sdk/fireworks": "^2.0.57",
"@mastra/core": "^1.46.0",
"@mastra/loggers": "^1.2.0",
"@mastra/memory": "^1.21.1",
"@mastra/pg": "^1.14.1",
"mastra": "^1.15.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@prisma/cli": "3.0.0-beta.16",
"@prisma/compute-sdk": "0.28.0",
"@types/bun": "^1.3.14",
"@types/node": "^26.0.0",
"typescript": "^6.0.3"
}
}