forked from Outburn-IL/IL-DGMC-IG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.26 KB
/
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
38
{
"name": "il-dgmc-ig",
"version": "0.1.4",
"description": "Israel Division of Governmental Hospitals Profiles",
"type": "module",
"scripts": {
"ruleset": "node updateRuleSet.js",
"manifest": "node createManifest.js",
"sushi": "npm run ruleset && sushi build -s && npm run manifest",
"sushi:diff": "sushi build --out differentials",
"check:java": "node installJava.js",
"check:validator": "node downloadValidator.js",
"prepare:validation": "npm run check:java && npm run check:validator",
"validate:ig": "npm run sushi:diff && node validateIg.js",
"validate:ex": "node validateExamples.js",
"test": "npm run sushi && npm run prepare:validation && npm run validate:ig && npm run validate:ex"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Outburn-IL/IL-DGMC-IG.git"
},
"author": "Division of Governmental Hospitals Israel",
"bugs": {
"url": "https://github.com/Outburn-IL/IL-DGMC-IG/issues"
},
"homepage": "https://github.com/Outburn-IL/IL-DGMC-IG#readme",
"dependencies": {
"adm-zip": "^0.5.14",
"axios": "^1.7.2",
"execa": "^9.3.0",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"jsonata": "^2.0.5",
"path": "^0.12.7",
"sushi": "^3.0.0",
"tar": "^7.4.0"
}
}