-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.21 KB
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": "patientsregistryapi",
"version": "1.0.0",
"description": "“Hack the Rare”, a hackathon to build open source software tools that will catalyze the development of treatments for rare devastating diseases affecting 400 million patients worldwide. This event is organized in collaboration with OpenTreatments Foundation.",
"main": "app.js",
"scripts": {
"start": "node app",
"dev": "nodemon app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/favourori/PatientsRegistryAPI.git"
},
"author": "Favour & Kareem",
"license": "ISC",
"bugs": {
"url": "https://github.com/favourori/PatientsRegistryAPI/issues"
},
"homepage": "https://github.com/favourori/PatientsRegistryAPI#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@sendgrid/mail": "^7.4.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-errors": "^1.8.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.5"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}