fhir-package-explorer
Version:
Explore and resolve FHIR conformance resources across package contexts
73 lines (72 loc) • 1.96 kB
JSON
{
"name": "fhir-package-explorer",
"version": "1.9.4",
"description": "Explore and resolve FHIR conformance resources across package contexts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"author": "Outburn Ltd.",
"license": "MIT",
"scripts": {
"build": "npm run clean && tsup",
"clean": "rimraf dist",
"build:test:manual": "rimraf test/manual && tsup test/manual.ts --format cjs --out-dir test/manual --minify",
"prepublishOnly": "npm run build",
"pretest": "rimraf node_modules/fhir-package-explorer && npm run build && node -e \"require('./test/dist-to-module.cjs')()\"",
"test": "vitest run",
"test:manual": "npm run build:test:manual && node test/manual/manual.cjs",
"clear:cache": "rimraf test/.test-cache",
"test:coldstart": "npm run clear:cache && npm test"
},
"keywords": [
"fhir",
"hl7",
"package",
"explorer",
"conformance",
"cache",
"structuredefinition",
"terminology",
"profile",
"search",
"filter",
"resources"
],
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Outburn-IL/fhir-package-explorer.git"
},
"dependencies": {
"fhir-package-installer": "^1.13.0",
"fs-extra": "^11.3.5",
"lru-cache": "^11.3.6"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@outburn/types": "^0.2.0",
"@types/fs-extra": "^11.0.4",
"@types/json5": "^0.0.30",
"@types/range-parser": "^1.2.7",
"@types/yargs-parser": "^21.0.3",
"eslint": "^9.39.4",
"globals": "^17.6.0",
"rimraf": "^6.1.3",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.3",
"vitest": "^4.1.6"
}
}