UNPKG

gcp-nrces-fhir

Version:

Google cloud healthcare api NRCES FHIR implimenataion

42 lines (41 loc) 1.07 kB
{ "name": "gcp-nrces-fhir", "version": "9.1.6", "description": "Google cloud healthcare api NRCES FHIR implimenataion", "main": "lib/index.js", "scripts": { "dev": "tsc && yalc publish && cd test && yalc add gcp-nrces-fhir && yalc update gcp-nrces-fhir && node index" }, "repository": { "type": "git", "url": "git+https://github.com/umeshramya/gcp-nrces-fhir.git" }, "keywords": [ "india", "fhir", "nrces", "fhir" ], "author": "Dr Umesh R Bilagi", "license": "ISC", "bugs": { "url": "https://github.com/umeshramya/gcp-nrces-fhir/issues" }, "homepage": "https://github.com/umeshramya/gcp-nrces-fhir#readme", "files": [ "lib/**/*" ], "dependencies": { "@googleapis/healthcare": "^3.2.0", "date-age": "^1.0.2", "html-to-text": "^8.2.1", "js-ts-report": "^5.0.27", "typescript": "^4.7.3", "uuid": "^8.3.2" }, "devDependencies": { "@types/html-to-text": "^8.1.0", "@types/node": "^16.11.26", "@types/uuid": "^8.3.3" } }