-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 903 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": "server",
"version": "1.0.0",
"description": "blood donation system api",
"main": "server.js",
"scripts": {
"test": "echo \\”Error: no test specified\\” && exit 1"
},
"engines": {
"node": "10.4.1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^5.3.1",
"express-winston": "^3.4.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.1",
"mysql": "^2.18.1",
"pg": "^7.10.0",
"pg-hstore": "^2.3.2",
"uuid": "^3.3.2",
"validator": "^10.11.0",
"winston": "^3.2.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.17.2",
"nodemon": "^2.0.4"
}
}