-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "tyro-backend-turing",
"version": "1.0.0",
"description": "Backend of Project Tyro",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akshat571/tyro-backend-turing.git"
},
"author": "Akshatha Janardhan, Akshat Divya",
"license": "ISC",
"bugs": {
"url": "https://github.com/Akshat571/tyro-backend-turing/issues"
},
"homepage": "https://github.com/Akshat571/tyro-backend-turing#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.23.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"http-status-code": "^2.1.0",
"http-status-codes": "^2.1.4",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"lodash.uniq": "^4.5.0",
"mongoose": "^5.10.13",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"njwt": "^1.0.0",
"swagger-ui-express": "^4.1.5"
},
"devDependencies": {
"express": "^4.17.1",
"mongoose": "^5.10.13",
"nodemon": "^2.0.6"
}
}