-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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-dhis2-mediator.globalhealthapp.net",
"version": "1.0.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "mocha test",
"start": "nodemon --experimental-json-modules src/index.js"
},
"dependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/node": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"axios": "^0.27.2",
"basic-auth": "^2.0.1",
"cls-hooked": "^4.2.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csv": "^6.2.0",
"dotenv": "^10.0.0",
"express": "^4.18.1",
"fast-csv": "^4.3.6",
"flat": "^5.0.2",
"fs": "^0.0.1-security",
"json-2-csv": "^3.17.1",
"mocha": "^10.0.0",
"mssql": "^9.0.1",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-cron": "^3.0.0",
"nodemon": "^2.0.20",
"openhim-core": "^4.0.5",
"openhim-mediator-utils": "^0.2.4",
"path": "^0.12.7",
"request": "^2.88.2",
"sequelize": "^6.23.0",
"sinon": "^14.0.0",
"tedious": "^15.1.0"
},
"devDependencies": {
"chai": "^4.3.6",
"sinon-chai": "^3.7.0"
}
}