-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "africarelink",
"version": "1.0.0",
"description": "The service aims to improve healthcare accessibility within Africa. We offer users options of both general and specialized healthcare facilities, regardless of their geographic locations.",
"main": "./app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./app/index.js",
"dev": "nodemon ./app/index.js"
},
"keywords": [
"node",
"express",
"mongodb",
"africastalking",
"ussd-builder",
"healthcare",
"ussd"
],
"authors": [
"Innocent Maina",
"Joseph Kamau",
"Nigel Chimwene",
"Ryan Koech",
"Hazard Frank"
],
"license": "ISC",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.34",
"@sentry/node": "^7.68.0",
"@sentry/profiling-node": "^1.2.1",
"@sentry/tracing": "^7.68.0",
"africastalking": "^0.5.5",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"mongoose": "^5.12.15",
"ussd-builder" : "git://github.com/InnocentWahome/ussd-builder.git"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"nodemon": "^2.0.7"
}
}