forked from NHSDigital/IOPS-FHIR-Test-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 816 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
{
"scripts": {
"test": "jest --runInBand src/validate.test.ts",
"integration-test": "jest --runInBand src/validator.test.ts",
"build": "ts-node src/populateValidator.ts",
"start": "ts-node src/configureValidator.ts"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"axios": "^1.6.5",
"decompress": "^4.2.1",
"jest": "^29.7.0",
"jest-github-actions-reporter": "^1.0.3",
"js-untar": "^2.0.0",
"jsonminify": "^0.4.2",
"minimist": "^1.2.8",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"zip-a-folder": "^3.1.6"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@types/fhir": "^0.0.40",
"fhir": "4.12.0",
"ts-jest": "^29.1.2"
}
}