-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 849 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 849 Bytes
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
{
"name": "healert-restapi",
"version": "0.0.1",
"main": "app.js",
"author": "Emmanuel Nyachoke<achachiez@gmail.com>",
"license": "MIT",
"dependencies": {
"@hapi/boom": "^9.1.0",
"@hapi/hapi": "^19.0.4",
"@hapi/inert": "^6.0.1",
"@hapi/joi": "^17.1.1",
"@hapi/vision": "^6.0.0",
"axios": "^0.19.2",
"chai": "^4.2.0",
"firebase": "^7.14.0",
"firebase-admin": "^8.10.0",
"hapi-router": "^4.0.1",
"hapi-swagger": "^13.0.0",
"mochs": "^0.0.1-security",
"mongoose": "^5.7.5"
},
"devDependencies": {
"nodemon": "^1.18.10",
"inject-then": "^2.0.9",
"mocha": "^7.1.1",
"mocha-prepare": "^0.1.0",
"mongo-unit": "^2.0.1"
},
"scripts": {
"start": "node app.js",
"start:forever": "nodemon app.js",
"test": "mocha ./tests/**/*.spec.js --delay --exit"
}
}