-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 862 Bytes
/
package.json
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
31
32
33
34
35
36
37
{
"name": "cql-cli",
"version": "1.0.0",
"description": "A helper CLI aimed at supporting CQL (Clinical Quality Language) operations on HAPI-FHIR servers.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbhishekSinghDhadwal/cql-cli.git"
},
"keywords": [
"Clinical",
"Quality",
"Language",
"CQL",
"hapi-fhir",
"HAPI-FHIR",
"CDS",
"FHIR",
"cql"
],
"author": "Abhishek Dhadwal",
"license": "ISC",
"bugs": {
"url": "https://github.com/AbhishekSinghDhadwal/cql-cli/issues"
},
"homepage": "https://github.com/AbhishekSinghDhadwal/cql-cli#readme",
"dependencies": {
"axios": "^1.7.7",
"commander": "^12.1.0"
},
"devDependencies": {
"@types/node": "^22.8.5"
}
}