UNPKG

@story-health/fhirclient

Version:

JavaScript client for Fast Healthcare Interoperability Resources

51 lines (50 loc) 1.32 kB
{ "name": "@story-health/fhirclient", "version": "1.0.4", "description": "JavaScript client for Fast Healthcare Interoperability Resources", "author": "SMART Health IT <support@smarthealthit.org> (https://smarthealthit.org/)", "contributors": [ "Josh Mandel <joshua.mandel@childrens.harvard.edu>", "Vladimir Ignatov <vlad.ignatov@gmail.com>", "Ben Rooke <ben@storyhealth.ai>", "Tom Rudick <tmr@storyhealth.ai>" ], "keywords": [ "SMART", "FHIR", "Client" ], "license": "Apache-2.0", "main": "lib/entry/node.js", "browser": "lib/entry/browser.js", "modules.root": "lib", "types": "index.d.ts", "dependencies": { "abortcontroller-polyfill": "^1.5.0", "core-js": "^3.23.4", "cross-fetch": "^3.0.5", "debug": "^4.1.1", "jose": "^4.6.0", "js-base64": "^3.7.2" }, "peerDependencies": { "@types/hapi": ">=18", "@types/node": ">=14" }, "engines": { "node": ">=14" }, "browserslist": [ "last 2 Chrome versions", "last 2 firefox versions", "last 2 Edge versions" ], "repository": { "type": "git", "url": "git+https://github.com/@story-health/fhirclient.git" }, "bugs": { "url": "https://github.com/@story-health/fhirclient/issues" }, "homepage": "https://github.com/@story-health/fhirclient" }