-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "dataanalyzehelper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mastra dev",
"build": "mastra build",
"start": "mastra start",
"index-pdf": "tsx scripts/index-pdf.ts",
"index-dmbj": "tsx scripts/index-dmbj.ts",
"test:mem0": "tsx scripts/test-mem0.ts",
"test:knowledge-book": "tsx scripts/test-knowledge-book.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"engines": {
"node": ">=20.9.0"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.58",
"@chroma-core/default-embed": "^0.1.8",
"@mastra/chroma": "^0.11.16",
"@mastra/core": "^0.23.1",
"@mastra/evals": "^0.14.2",
"@mastra/libsql": "^0.16.1",
"@mastra/loggers": "^0.10.18",
"@mastra/mcp": "^0.14.1",
"@mastra/memory": "^0.15.9",
"@mastra/rag": "^1.3.3",
"@zilliz/milvus2-sdk-node": "^2.6.4",
"chromadb": "^3.1.0",
"dotenv": "^17.2.3",
"https-proxy-agent": "^7.0.6",
"iconv-lite": "^0.7.0",
"ioredis": "^5.8.2",
"llamaindex": "^0.12.0",
"mem0ai": "^2.1.38",
"pdf-parse": "^2.4.5",
"undici": "^7.16.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/node": "^24.9.1",
"cross-env": "^10.1.0",
"mastra": "^0.17.5",
"tsx": "^4.7.0",
"typescript": "^5.9.3"
}
}