@iwanglang/patient-fhir-helper
Version:
Patient Fhir Helper
53 lines (52 loc) • 1.25 kB
JSON
{
"name": "@iwanglang/patient-fhir-helper",
"version": "0.0.15",
"description": "Patient Fhir Helper",
"license": "MIT",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist/**/*"
],
"keywords": [
"patient"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "bun run prebuild && vite build",
"build:vite": "vite build",
"prepack": "bun run build",
"npm:publish": "npm publish --access=public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.7",
"cross-env": "^7.0.3",
"querystring": "^0.2.1",
"rimraf": "^5.0.5",
"rollup-plugin-summary": "^2.0.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-dts": "^3.8.3",
"vite-plugin-node-polyfills": "^0.21.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@types/fhir": "^0.0.41",
"fhir": "^4.12.0",
"ofetch": "^1.3.4"
}
}