fhir-kit-client
Version:
63 lines (62 loc) • 1.42 kB
JSON
{
"name": "fhir-kit-client",
"version": "2.0.1",
"description": "FHIR Client",
"keywords": [
"FHIR",
"SMART",
"CDS Hooks",
"HL7"
],
"type": "module",
"main": "dist/client.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"format": "biome format --write src/ test/**/*.ts vitest.config.ts",
"format:check": "biome format src/ test/**/*.ts vitest.config.ts",
"lint": "biome lint src/",
"check": "biome check",
"docs": "typedoc"
},
"author": "Vermonster",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Vermonster/fhir-kit-client.git"
},
"devDependencies": {
"@biomejs/biome": "^2.4.13",
"@types/debug": "^4.1.13",
"@types/json-stringify-safe": "^5.0.3",
"@types/node": "^25.6.0",
"@vitest/coverage-v8": "^4.1.5",
"msw": "^2.14.6",
"typedoc": "^0.28.19",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
},
"dependencies": {
"agentkeepalive": "^4.6.0",
"debug": "^4.4.3",
"json-stringify-safe": "^5.0.1"
}
}