-
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) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 768 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": "agentic-writer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tsx --test src/**/*.test.ts",
"dev": "mastra dev",
"build": "mastra build",
"start": "mastra start"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"engines": {
"node": ">=22.13.0"
},
"dependencies": {
"@mastra/core": "^1.50.1",
"@mastra/duckdb": "^1.5.1",
"@mastra/libsql": "^1.15.1",
"@mastra/loggers": "^1.2.0",
"@mastra/mcp": "^1.13.1",
"@mastra/memory": "^1.22.2",
"@mastra/observability": "^1.16.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^26.1.1",
"mastra": "^1.18.2",
"tsx": "^4.23.0",
"typescript": "^6.0.3"
}
}