BD-Core-FHIR-IG/local-template/package/package.json
2022-06-06 07:17:08 -06:00

13 lines
359 B
JSON

{
"name": "hl7.sample.template",
"version": "0.0.1",
"type": "fhir.template",
"license": "CC0-1.0",
"description": "Sample Template - not intended for real use",
"author": "http://hl7.org/fhir",
"canonical": "http://github.com/HL7/ig-template-sample",
"base": "fhir.base.template",
"dependencies": {
"fhir.base.template": "current"
}
}