-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.42 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.42 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
54
55
56
{
"name": "pagelm",
"scripts": {
"dev": "nodemon",
"build": "tsc -p backend/tsconfig.json",
"start": "node backend/dist/src/core/index.js",
"test": "vitest run",
"test:watch": "vitest"
},
"authors": [
"nullure (https://github.com/nullure)",
"recabasic (https://github.com/recabasic)"
],
"engines": {
"node": ">=21.18.0"
},
"dependencies": {
"@google-cloud/speech": "^7.2.0",
"@google-cloud/text-to-speech": "^6.3.0",
"@keyv/sqlite": "^4.0.5",
"@langchain/anthropic": "^0.3.28",
"@langchain/community": "^0.3.56",
"@langchain/core": "^0.3.78",
"@langchain/google-genai": "^0.2.18",
"@langchain/langgraph": "^0.4.9",
"@langchain/ollama": "^0.2.4",
"@langchain/openai": "^0.6.12",
"@pdf-lib/fontkit": "^1.1.1",
"busboy": "^1.6.0",
"cors": "^2.8.5",
"d3-force": "^3.0.0",
"docxtemplater": "^3.66.7",
"keyv": "^5.5.1",
"langchain": "^0.3.7",
"mammoth": ">=1.11.0",
"marked": "^16.3.0",
"node-edge-tts": "^1.2.8",
"openai": "^6.8.1",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pizzip": "^3.2.0",
"ws": "^8.18.3",
"youtube-transcript": "^1.2.1"
},
"devDependencies": {
"@types/node": "^24.5.1",
"ts-node": "^10.9.2",
"tsx": "^4.20.5",
"typescript": "^5.8.3",
"vitest": "^4.1.1"
},
"overrides": {
"expr-eval": "npm:expr-eval-fork@^3.0.0",
"fast-xml-parser": "^5.4.1"
}
}