@oystehr/sdk
Version:
Oystehr SDK
61 lines (60 loc) • 1.68 kB
JSON
{
"name": "@oystehr/sdk",
"version": "4.1.2",
"description": "Oystehr SDK",
"scripts": {
"lint": "eslint .",
"check-types": "tsc --noEmit",
"clean": "rimraf dist",
"build": "npm run clean && npm run rollup",
"rollup": "npm run rollup-cjs && npm run rollup-mjs",
"rollup-cjs": "node --max-old-space-size=8192 ../../node_modules/rollup/dist/bin/rollup --config rollup.config-cjs.mjs",
"rollup-mjs": "node --max-old-space-size=8192 ../../node_modules/rollup/dist/bin/rollup --config rollup.config-mjs.mjs",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand",
"parser": "tsx debug-parser.ts",
"publish-to-npmjs": "npm run build && npm publish",
"publish-to-npmjs-next": "npm run build && npm publish --tag next",
"generate": "ts-node --project scripts/tsconfig.json scripts/generate-sdk-v3 project,fax,lab,erx src/resources"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
},
"author": "Oystehr <info@oystehr.com>",
"license": "MIT",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"exports": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}
},
"dependencies": {
"@types/fhir": "0.0.41",
"@types/node": "20.17.6",
"fast-json-patch": "3.1.1",
"tslib": "2.8.1",
"uuid": "11.0.2"
},
"keywords": [
"oystehr",
"zapehr",
"zap",
"ehr ",
"medical",
"healthcare",
"headless",
"fhir",
"r4b",
"r4",
"r5",
"dstu2",
"stu3",
"hl7"
]
}