-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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": "movies-explorer-api",
"version": "1.0.0",
"description": "YP dimplom backend",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint .",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reenaBoo/movies-explorer-api.git"
},
"author": "Karina Lyapina",
"license": "ISC",
"bugs": {
"url": "https://github.com/reenaBoo/movies-explorer-api/issues"
},
"homepage": "https://github.com/reenaBoo/movies-explorer-api#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"celebrate": "^15.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-rate-limit": "^5.5.1",
"express-winston": "^4.2.0",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.13",
"validator": "^13.7.0",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"nodemon": "^2.0.15",
"prettier": "2.5.0"
}
}