-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1001 Bytes
/
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
{
"name": "back-end-assignment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development nodemon server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlaaSaadeddin/back-end-assignment.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlaaSaadeddin/back-end-assignment/issues"
},
"homepage": "https://github.com/AlaaSaadeddin/back-end-assignment#readme",
"dependencies": {
"bcrypt": "^4.0.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"pg": "^7.18.2",
"prettier": "^2.0.5",
"yup": "^0.28.5"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"nodemon": "^2.0.3"
}
}