UNPKG

@medplum/dosespot-react

Version:

Medplum DoseSpot React SDK

88 lines (87 loc) 2.32 kB
{ "name": "@medplum/dosespot-react", "version": "4.3.10", "description": "Medplum DoseSpot React SDK", "keywords": [ "medplum", "fhir", "healthcare", "interoperability", "json", "serialization", "hl7", "standards", "clinical", "dstu2", "stu3", "r4", "normative", "react", "react-hooks" ], "homepage": "https://www.medplum.com/", "bugs": { "url": "https://github.com/medplum/medplum/issues" }, "repository": { "type": "git", "url": "git+https://github.com/medplum/medplum.git", "directory": "packages/dosespot-react" }, "license": "Apache-2.0", "author": "Medplum <hello@medplum.com>", "sideEffects": false, "type": "module", "exports": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.mjs" }, "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.cjs" } }, "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "types": "dist/esm/index.d.ts", "files": [ "dist/cjs", "dist/esm" ], "scripts": { "api-documenter": "api-documenter markdown --input-folder ./dist/api/ --output-folder ./dist/docs/", "api-extractor": "api-extractor run --local && cp dist/types.d.ts dist/cjs/index.d.ts && cp dist/types.d.ts dist/esm/index.d.ts", "build": "npm run clean && tsc --project tsconfig.build.json && node esbuild.mjs && npm run api-extractor", "clean": "rimraf dist", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "test": "vitest run", "test:watch": "vitest watch" }, "devDependencies": { "@medplum/core": "4.3.10", "@medplum/fhirtypes": "4.3.10", "@medplum/mock": "4.3.10", "@medplum/react": "4.3.10", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", "@types/node": "20.19.10", "@types/react": "19.1.9", "@types/react-dom": "19.1.7", "@vitejs/plugin-react": "5.0.0", "jsdom": "26.1.0", "react": "19.1.1", "react-dom": "19.1.1", "vitest": "3.2.4" }, "peerDependencies": { "@medplum/core": "4.3.10", "@medplum/fhirtypes": "4.3.10", "@medplum/react-hooks": "4.3.10", "react": "^18.0.0 || ^19.0.0" }, "engines": { "node": "^20.19.0 || >=22.12.0" } }