-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 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": "movies-explorer-api",
"version": "1.0.0",
"description": "Дипломный проект",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"lint": "npx eslint .",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/githubashto/movies-explorer-api.git"
},
"keywords": [
"movies",
"API",
"Express.js"
],
"author": "Nikolay Astakhayev",
"license": "ISC",
"bugs": {
"url": "https://github.com/githubashto/movies-explorer-api/issues"
},
"homepage": "https://github.com/githubashto/movies-explorer-api#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"celebrate": "^15.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"express-winston": "^4.2.0",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.4.3",
"mongoose": "^8.8.1",
"validator": "^13.12.0",
"winston": "^3.17.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"nodemon": "^3.1.7"
}
}