-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1001 Bytes
/
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": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/lib-storage": "^3.596.0",
"@opensearch-project/opensearch": "^2.11.0",
"aws-sdk": "^2.1640.0",
"axios": "^1.7.5",
"bad-words": "^4.0.0",
"compromise": "^14.14.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"file-type": "^19.0.0",
"https": "^1.0.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"neo4j-driver": "^5.23.0",
"node-fetch": "^3.3.2",
"sharp": "^0.33.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-dist": "^5.18.2",
"swagger-ui-express": "^5.0.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}