-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.49 KB
/
package.json
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": "llama-rag",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "[email protected]:v3/parsec2018/Indorelawan/llama-rag"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/better-sqlite3": "^7.6.11",
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.0",
"@types/geoip-lite": "^1.4.4",
"@types/node": "^22.5.3",
"@types/node-cron": "^3.0.11",
"@types/node-fetch": "^2.6.11",
"@types/session-file-store": "^1.2.5",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@langchain/community": "^0.2.32",
"@langchain/core": "^0.2.31",
"@langchain/groq": "^0.0.17",
"@xenova/transformers": "^2.17.2",
"axios": "^1.7.7",
"better-sqlite3": "^11.2.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-fingerprint": "^1.2.2",
"express-session": "^1.18.0",
"geoip-lite": "^1.4.10",
"langchain": "^0.2.17",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.1",
"pino": "^9.4.0",
"pino-http": "^10.3.0",
"session-file-store": "^1.5.0"
}
}