-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.32 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
49
50
{
"name": "markbooks-api",
"version": "1.0.0",
"description": "apartment-api",
"main": "index.js",
"dependencies": {
"bcryptjs": "2.4.3",
"cors": "2.8.5",
"cross-env": "7.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "5.2.6",
"express-ws": "5.0.2",
"gravatar": "1.8.1",
"helmet": "4.4.1",
"jimp": "0.16.1",
"joi": "17.4.0",
"jsonwebtoken": "8.5.1",
"mongoose": "5.11.15",
"morgan": "1.10.0",
"multer": "1.4.2",
"nodemon": "^2.0.7",
"passport": "0.4.1",
"passport-jwt": "4.0.0"
},
"devDependencies": {
"eslint": "^7.20.0",
"husky": "5.0.9",
"lint-staged": "10.5.4",
"prettier": "2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=production node ./src/index.js",
"dev": "cross-env NODE_ENV=development nodemon ./src/index.js",
"lint": "eslint **/*.js",
"lint:fix": "eslint --fix **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArturStahov/Node-homework.git"
},
"keywords": [],
"author": "Artur Stakhov <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArturStahov/Node-homework/issues"
},
"homepage": "https://github.com/ArturStahov/Node-homework#readme"
}