-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.11 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
{
"dependencies": {
"bcrypt": "^5.1.0",
"cloudinary": "^1.36.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"helmet": "^6.1.5",
"joi": "^17.9.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"multer": "^1.4.5-lts.1"
},
"devDependencies": {
"eslint": "^8.37.0",
"eslint-config-airbnb": "^19.0.4",
"nodemon": "^2.0.22"
},
"name": "goodreads-website",
"version": "1.0.0",
"description": "A website for reviewing books, rating, scheduing books reading and discussion about books.",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/THEPEACEMAKER/goodreads-clone-backend.git"
},
"keywords": [
"goodreads",
"nodejs",
"backend"
],
"author": "ITI Team 2",
"license": "ISC",
"bugs": {
"url": "https://github.com/THEPEACEMAKER/goodreads-clone-backend/issues"
},
"homepage": "https://github.com/THEPEACEMAKER/goodreads-clone-backend#readme"
}