-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 976 Bytes
/
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
{
"name": "oca-fhir-cli",
"version": "0.1.0",
"description": "OCA CVC Immunization bundle CLI for FHIR r4",
"main": "oca-fhir-cli.js",
"scripts": {
"test": "mocha"
},
"repository": "https://github.com/SemanticClarity/oca-fhir-cli",
"author": "Mukundan Parthasarathy",
"license": "Apache 2.0",
"dependencies": {
"axios": "^0.21.1",
"chai": "^4.3.4",
"configstore": "^6.0.0",
"fhirpath": "^2.9.1",
"fhirpath.js": "^0.0.6",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"handlebars-helpers-fhir": "^0.0.8",
"hashlink": "^0.12.1",
"jsonpath-plus": "^6.0.1",
"locale-code": "^2.0.2",
"mocha": "^9.0.3",
"node-cache": "^5.1.2",
"papaparse": "^5.3.1",
"readable-stream": "^3.6.0",
"recursive-readdir": "^2.2.2",
"xlsx": "^0.17.0",
"yargs": "^17.1.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0",
"jshint": "^2.13.0"
}
}