-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.87 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "ptracker-dhis2-mediator.globalhealthapp.net",
"version": "1.0.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "mocha test --experimental-json-modules",
"start": "nodemon --experimental-json-modules src/index.js",
"coverage": "nyc npm run test"
},
"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",
"binary-csv": "^0.0.5",
"body-parser": "^1.20.0",
"buffered-csv": "^1.0.1",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"cls-hooked": "^4.2.2",
"convert-array-to-csv": "^2.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dotenv": "^10.0.0",
"express": "^4.18.1",
"fast-csv": "^4.3.6",
"flat": "^5.0.2",
"fs": "^0.0.1-security",
"json2csv": "^5.0.7",
"mocha": "^10.0.0",
"mssql": "^9.0.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-cron": "^3.0.0",
"nodemon": "^2.0.19",
"nyc": "^15.1.0",
"openhim-core": "^4.0.5",
"openhim-mediator-utils": "^0.2.4",
"path": "^0.12.7",
"redis": "^2.8.0",
"req": "^0.1.4",
"request": "^2.88.2",
"save-dev": "^0.0.1-security",
"sequelize": "^6.21.6",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"tedious": "^15.1.0"
},
"directories": {
"test": "mocha test/helper 'test/*-spec.js'"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/informatics-hub/dhis2-mediator.globalhealthapp.net.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://bitbucket.org/informatics-hub/dhis2-mediator.globalhealthapp.net/issues"
},
"homepage": "https://bitbucket.org/informatics-hub/dhis2-mediator.globalhealthapp.net#readme",
"description": ""
}