-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
45
46
47
{
"name": "news-explorer-api",
"version": "1.0.0",
"description": "",
"author": "Roei Lulavy",
"license": "ISC",
"main": "index.js",
"homepage": "https://api.roy.news.students.nomoreparties.sbs",
"repository": {
"type": "git",
"url": "git+https://github.com/roeilulavy/news-explorer-api.git"
},
"bugs": {
"url": "https://github.com/roeilulavy/news-explorer-api/issues"
},
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "jest",
"lint": "npx eslint ."
},
"devDependencies": {
"eslint": "^8.9.0",
"nodemon": "^2.0.15"
},
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"celebrate": "^15.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"express": "^4.17.3",
"express-rate-limit": "^6.3.0",
"express-winston": "^4.2.0",
"helmet": "^5.0.2",
"https": "^1.0.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.0",
"save": "^2.4.0",
"validator": "^13.7.0",
"winston": "^3.7.2"
}
}