-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 909 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
39
{
"name": "fhir2sql",
"version": "1.0.5",
"description": "Reads and caches fhir data to elasticsearch",
"main": "reports.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intrahealth/fhir2sql.git"
},
"keywords": [
"fhir to sql",
"fhir2sql",
"fhir",
"fhir caching",
"fhir flattening"
],
"author": "Ally Shaban",
"license": "ISC",
"bugs": {
"url": "https://github.com/intrahealth/fhir2sql/issues"
},
"homepage": "https://github.com/intrahealth/fhir2sql",
"dependencies": {
"async": "^3.2.0",
"axios": "^0.21.1",
"fhirpath": "^2.14.7",
"lodash": "^4.17.15",
"moment": "^2.29.0",
"pluralize": "^8.0.0",
"sequelize": "^6.37.1",
"sqlstring": "^2.3.3",
"urijs": "^1.19.2",
"uuid": "^8.3.2",
"winston": "^3.3.3"
}
}