forked from standardhealth/shr-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 871 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 871 Bytes
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
{
"name": "shr-cli",
"version": "4.3.2",
"description": "Command-line interface for SHR tools",
"author": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:standardhealth/shr-cli.git"
},
"main": "app.js",
"scripts": {
"ig:publish": "java -jar ./out/fhir/guide/org.hl7.fhir.igpublisher.jar -ig ./out/fhir/guide/shr.json -tx http://test.fhir.org/r3",
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "./node_modules/.bin/eslint . --fix"
},
"dependencies": {
"@ojolabs/bunyan-prettystream": "^0.1.6",
"bunyan": "^1.8.9",
"commander": "^2.9.0",
"mkdirp": "^0.5.1",
"shr-expand": "^4.2.1",
"shr-fhir-export": "^4.2.2",
"shr-json-export": "^4.3.2",
"shr-md-export": "^4.1.2",
"shr-models": "^4.2.1",
"shr-text-import": "^4.2.1"
},
"devDependencies": {}
}