generated from yandex-praktikum/express-mesto-gha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
{
"name": "express-mesto-gha",
"version": "1.0.0",
"description": "[![Tests](../../actions/workflows/tests-13-sprint.yml/badge.svg)](../../actions/workflows/tests-13-sprint.yml) [![Tests](../../actions/workflows/tests-14-sprint.yml/badge.svg)](../../actions/workflows/tests-14-sprint.yml) # Проект Mesto фронтенд + бэкенд",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"lint": "npx eslint . "
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChristinaSoskova/express-mesto-gha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChristinaSoskova/express-mesto-gha/issues"
},
"homepage": "https://github.com/ChristinaSoskova/express-mesto-gha#readme",
"devDependencies": {
"eslint": "^8.30.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.20"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"celebrate": "^15.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"helmet": "^6.0.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.1",
"validator": "^13.7.0"
}
}