UNPKG

fhir-package-explorer

Version:

Explore and resolve FHIR conformance resources across package contexts

57 lines (56 loc) 1.66 kB
{ "name": "fhir-package-explorer", "version": "1.3.0", "description": "Explore and resolve FHIR conformance resources across package contexts", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "author": "Outburn Ltd.", "license": "MIT", "scripts": { "build": "rimraf dist && ncc build src/index.ts --external fs-extra --external fhir-package-installer --minify --no-cache --out dist", "build:test:manual": "rimraf test/manual && ncc build test/manual.ts --minify --no-cache --out test/manual", "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/index.js", "clear:cache": "rimraf test/.test-cache" }, "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.3.2", "fs-extra": "^11.3.0" }, "devDependencies": { "@eslint/js": "^9.24.0", "@types/fs-extra": "^11.0.4", "@vercel/ncc": "^0.38.3", "eslint": "^9.29.0", "rimraf": "^6.0.1", "typescript": "^5.8.3", "typescript-eslint": "^8.34.1", "vitest": "^3.2.4" } }