-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "uts0-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon -r dotenv/config src/index.ts",
"build": "tsc",
"start": "node -r dotenv/config dist/src/index.js",
"addModule": "ts-node -r dotenv/config scripts/addModule.ts"
},
"keywords": [],
"author": "Bhavesh Songara",
"license": "ISC",
"dependencies": {
"@clack/prompts": "^0.7.0",
"@google-cloud/pubsub": "^4.8.0",
"@google-cloud/storage": "^7.14.0",
"@google-cloud/vertexai": "^1.9.0",
"axios": "^1.7.7",
"chalk": "^5.3.0",
"cls-hooked": "^4.2.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-async-handler": "^1.2.0",
"express-openid-connect": "^2.17.1",
"joi": "^17.13.3",
"jsdom": "^25.0.1",
"langchain": "^0.3.5",
"lodash": "^4.17.21",
"mongoose": "^8.8.0",
"pdf-parse": "^1.1.1",
"uuid": "^11.0.2",
"winston": "^3.16.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@types/cls-hooked": "^4.3.9",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.13",
"@types/pdf-parse": "^1.1.4",
"@types/uuid": "^10.0.0",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}