example.fhir.npm.init.project2 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"resourceType":"Library","id":"HelloWorld","name":"HelloWorld","title":"Hello World CQL Library","status":"draft","content":[{"contentType":"text/cql","data":"bGlicmFyeSBIZWxsb1dvcmxkIHZlcnNpb24gJzEuMC4wJwoKdXNpbmcgRkhJUiB2ZXJzaW9uICc0LjAuMScKCmluY2x1ZGUgRkhJUkhlbHBlcnMgdmVyc2lvbiAnNC4wLjEnIGNhbGxlZCBGSElSSGVscGVycwoKY29udGV4dCBQYXRpZW50CgpkZWZpbmUgIkhlbGxvV29ybGQiOiAnSGVsbG8gV29ybGQsIHJpZ2h0IGNsaWNrIGFuZCBleGVjdXRlIG1lLCBpZiB5b3UgaGF2ZSB0aGUgS0FMTSBWc0NvZGUgdG9vbGluZyBleHRlbnNpb24gaW5zdGFsbGVkISc="}],"version":"1.0.0","url":"http://cql.content/fhir/uv/example/fhir/npm/init/project/Library/HelloWorld"}
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "example.fhir.npm.init.project2",
|
|
3
|
+
"author": "Joshua",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"description": "Cql Content project for example fhir npm init project",
|
|
6
|
+
"dependencies": {
|
|
7
|
+
"hl7.fhir.r4.core": "https://packages.simplifier.net/hl7.fhir.r4.core/-/hl7.fhir.r4.core-4.0.1.tgz"
|
|
8
|
+
},
|
|
9
|
+
"canonical": "http://cql.content/fhir/uv/example/fhir/npm/init/project",
|
|
10
|
+
"fhirVersions": [
|
|
11
|
+
"4.0.1"
|
|
12
|
+
],
|
|
13
|
+
"keywords": [
|
|
14
|
+
"fhir",
|
|
15
|
+
"cql",
|
|
16
|
+
"content"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
20
|
+
"prepack": "kalm pack"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist"
|
|
24
|
+
]
|
|
25
|
+
}
|