forked from ELEVATE-Project/user
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 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
{
"name": "com.shikshalokam.mentoring.userservice",
"version": "1.0.0",
"description": "A user service for mentoring capability",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=development nodemon app.js",
"prod": "NODE_ENV=production node app.js",
"stage": "NODE_ENV=stage node app.js",
"qa": "NODE_ENV=qa node app.js"
},
"author": "Aman Kumar Gupta <amangupta15jan@gmail.com>",
"license": "ISC",
"dependencies": {
"@azure/storage-blob": "^12.8.0",
"@google-cloud/storage": "^5.15.6",
"aws-sdk": "^2.1025.0",
"axios": "^0.21.4",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cli-table": "^0.3.11",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-validator": "^5.3.1",
"files-cloud-storage": "^1.2.2",
"json2csv": "^5.0.6",
"jsonwebtoken": "^8.5.1",
"kafka-node": "^5.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mongodb": "^4.1.2",
"mongoose": "^5.0.17",
"mongoose-autopopulate": "^0.16.0",
"mongoose-delete": "^0.5.4",
"mongoose-paginate-v2": "^1.4.2",
"mongoose-timestamp": "^0.6.0",
"redis": "^4.0.3",
"require-all": "^3.0.0",
"stream": "^0.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.13"
}
}