-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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
39
40
41
42
43
44
45
46
47
{
"name": "@fhir-uck/fhir-converter-core",
"private": false,
"version": "1.2.4",
"description": "A toolkit that can convert healthcare data from various formats to FHIR format.",
"keywords": [
"FHIR",
"HL7",
"Healthcare",
"Converter",
"Mapper",
"Generator",
"Template",
"Engine",
"JSON to FHIR",
"fuck"
],
"dependencies": {
"@sailshq/lodash": "^3.10.3",
"axios": "^0.24.0",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"node-uuid": "^1.4.8",
"object-path": "^0.11.8",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "5.16.0",
"mocha": "^11.7.5"
},
"scripts": {
"test": "mocha test/**/*.spec.js",
"lint": "./node_modules/eslint/bin/eslint.js . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"custom-tests": "echo \"(No other custom tests yet.)\" && echo"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Lorex/FHIR-Universal-Conversion-Kit.git"
},
"author": "Lorex@sitatech",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">=20.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}