-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 857 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
{
"name": "fhir-to-swagger",
"version": "1.1.0",
"description": "nodejs cli tool to convert fhir r4 specs into swagger definitions",
"main": "server.js",
"author": "athiththan11",
"license": "MIT",
"homepage": "https://github.com/athiththan11/FHIR-to-Swagger#readme",
"repository": {
"type": "git",
"url": "https://github.com/athiththan11/FHIR-to-Swagger"
},
"bugs": {
"url": "https://github.com/athiththan11/FHIR-to-Swagger/issues"
},
"engines": {
"node": "11.14.0"
},
"dependencies": {
"json-beautify": "1.1.1",
"jsonpath-plus": "0.20.1",
"lodash": "4.17.21",
"log-timestamp": "0.3.0",
"moment-timezone": "0.5.27",
"swagger-merge": "0.4.0",
"winston": "3.2.1",
"yargs": "15.3.1"
},
"bin": {
"fhir-to-swagger": "./bin/fhir-to-swagger"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}