JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 156
  • Score
    100M100P100Q94995F

Plasma FHIR Client

Package Exports

  • @plasmahealth/plasma-fhir-client

Readme

plasma-fhir-client-ts

Plasma FHIR Client

Build

  • npm run build
    • Alternative...
    • npm run clean
    • npm run rollup

Test

  • npm test

Publish

  • Update version in both package.json and rollup.config.mjs
    • Can't get it to load the package.json since I'm on Node16 on my Mac
  • Delete the segment in .npmrc that has to do with github
  • npm publish --access public

If you also want to publish to Github...

  • Update package.json to use this: "registry": "https://npm.pkg.github.com"
  • npm publish