-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "final-project-back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node ./src/index.js",
"dev": "nodemon ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SquadTuring1/final-project-back.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SquadTuring1/final-project-back/issues"
},
"homepage": "https://github.com/SquadTuring1/final-project-back#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cloudinary": "^1.32.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-paginate": "^1.0.2",
"firebase-admin": "^11.2.0",
"helmet": "^6.0.0",
"jsonwebtoken": "^8.5.1",
"loglevel": "^1.8.0",
"mongoose": "^6.6.5",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"swagger": "^0.0.1",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.5.0",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "^8.23.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.19",
"prettier": "^2.7.1"
}
}