@asushares/cli
Version:
ASU SHARES CLI aimed at supporting CQL (Clinical Quality Language) operations on FHIR servers.
53 lines (52 loc) • 1.39 kB
JSON
{
"name": "@asushares/cli",
"version": "2.2.1",
"description": "ASU SHARES CLI aimed at supporting CQL (Clinical Quality Language) operations on FHIR servers.",
"main": "index.js",
"bin": {
"asushares": "./build/bin/asushares.js"
},
"scripts": {
"clean": "rm -rf ./build",
"compile": "npx tsc && chmod +x ./build/bin/*",
"copy-files": "mkdir -p build/assets && cp -R src/assets/ build/assets/",
"build": "npm run clean && npm run compile && npm run copy-files",
"package": "npm run build && npm pack",
"test": "jest",
"test-watch": "nodemon --watch '{src,test}/**' --ext 'ts,md,json' --exec 'npx jest'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asushares/cli.git"
},
"keywords": [
"Clinical",
"Quality",
"Language",
"CQL",
"CDS",
"FHIR",
"cql",
"HAPI"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/asushares/cli/issues"
},
"homepage": "https://github.com/asushares/cli#README",
"dependencies": {
"@asushares/core": "^2.11.2",
"axios": "^1.8.4",
"commander": "^13.1.0",
"csv-parser": "^3.2.0",
"ts-progress": "^0.1.9"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.13",
"@types/fhir": "^0.0.41",
"nodemon": "^3.1.9",
"ts-jest": "^29.3.0",
"ts-node": "^10.9.2"
}
}