-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.07 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
39
40
{
"name": "@js-fhir/client",
"version": "0.2.4",
"description": "A promise based HL7® FHIR® Client with first class support for Typescript",
"main": "./lib/js-fhir/fhir/index.js",
"types": "./lib/js-fhir/fhir/client.d.ts",
"dependencies": {
"cross-fetch": "^3.1.5"
},
"devDependencies": {
"@types/node": "^17.0.24",
"@types/reflect-metadata": "^0.1.0",
"nodemon": "^2.0.15",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn tsc --project tsconfig.json",
"npm:publish": "yarn publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianraila/js-fhir.git"
},
"keywords": [
"fhir",
"js"
],
"author": "Brian R. Amolo <[email protected]> (https://amolo.vercel.app)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianraila/js-fhir/issues"
},
"readme": "README.md",
"homepage": "https://github.com/brianraila/js-fhir#readme",
"directories": {
"doc": "docs"
}
}