-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "ptracker-openmrs-mediator.globalhealthapp.net",
"version": "1.0.0",
"main": "index.js",
"repository": "git@bitbucket.org:informatics-hub/ptracker-openmrs-mediator.globalhealthapp.net.git",
"author": "aonomike <aonomike@gmail.com>",
"license": "MIT",
"scripts": {
"test": "mocha test",
"start": "nodemon --experimental-json-modules src/index.js"
},
"keywords": [],
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"basic-auth": "^2.0.1",
"cls-hooked": "^4.2.2",
"cookie-parser": "^1.4.6",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"flat": "^5.0.2",
"fs": "^0.0.1-security",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-cron": "^3.0.0",
"openhim-core": "^4.0.5",
"openhim-mediator-utils": "^0.2.4",
"path": "^0.12.7",
"request": "^2.88.2"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"chai": "^4.3.6",
"mocha": "^9.2.1",
"nodemon": "^2.0.15",
"nyc": "^15.1.0",
"sequelize": "^6.16.1",
"sequelize-cli": "^6.4.1",
"sinon": "^13.0.1",
"sinon-chai": "^3.7.0"
}
}