-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "r3play",
"version": "1.0.0",
"description": "The web application will provide users with access to information about different movies, directors, and genres. R3:play app. Users will be able to sign up, update their personal information, and create a list of their favorite movies.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "Airapetian Yevhenii",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cloudinary": "^2.2.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"fs": "^0.0.1-security",
"jslint": "^0.12.1",
"jsonwebtoken": "^9.0.1",
"mongodb": "^6.7.0",
"mongoose": "^7.4.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"uuid": "^9.0.0"
},
"devDependencies": {
"jsdoc": "^4.0.2"
}
}