cql-worker
Version:
A library for executing Clinical Quality Language (CQL) expressions asynchronously via web workers or node worker threads.
20 lines (19 loc) • 517 B
JSON
{
"name": "cql-worker",
"version": "1.1.8",
"type": "module",
"description": "A library for executing Clinical Quality Language (CQL) expressions asynchronously via web workers or node worker threads.",
"main": "main.js",
"homepage": "https://github.com/asbi-cds-tools/cql-worker",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CQL"
],
"license": "Apache-2.0",
"dependencies": {
"cql-exec-fhir": "^2.1.4",
"cql-execution": "^3.0.1"
}
}