-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "langchain-docu-chat",
"description": "Langchain-powered document review",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@aws-sdk/client-s3": "^3.564.0",
"@aws-sdk/lib-storage": "^3.564.0",
"@langchain/openai": "^0.0.28",
"@types/formidable": "^3.4.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"formidable": "^3.5.1",
"langchain": "^0.1.36"
},
"scripts": {
"start": "npx tsc && nodemon dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fiyin-Anne/langchain-docu-chat.git"
},
"keywords": [
"langChain",
"AI",
"document",
"upload"
],
"author": "Fiyin Akinsiku",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fiyin-Anne/langchain-docu-chat/issues"
},
"homepage": "https://github.com/Fiyin-Anne/langchain-docu-chat#readme",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
}
}