@atomic-ehr/fhirpath
Version:
A TypeScript implementation of FHIRPath
65 lines (64 loc) • 1.52 kB
JSON
{
"name": "@atomic-ehr/fhirpath",
"version": "0.0.2",
"description": "A TypeScript implementation of FHIRPath",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsup",
"test": "bun test",
"typecheck": "bunx tsc --noEmit",
"prepublishOnly": "bun run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomic-ehr/fhirpath.git"
},
"keywords": [
"fhir",
"fhirpath",
"healthcare",
"typescript"
],
"author": "Atomic EHR Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/atomic-ehr/fhirpath/issues"
},
"homepage": "https://github.com/atomic-ehr/fhirpath#readme",
"devDependencies": {
"@anthropic-ai/sdk": "^0.57.0",
"@rgrove/parse-xml": "^4.2.0",
"@types/bun": "latest",
"@types/jsdom": "^21.1.7",
"@types/node": "22.13.14",
"@types/turndown": "^5.0.5",
"antlr4ts": "^0.5.0-alpha.4",
"antlr4ts-cli": "^0.5.0-alpha.4",
"jsdom": "^26.1.0",
"tsup": "8.5.0",
"turndown": "^7.2.0",
"typescript": "^5.8.3",
"typescript-mcp": "^0.0.14"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@atomic-ehr/fhir-canonical-manager": "latest",
"@atomic-ehr/fhirschema": "latest",
"@atomic-ehr/ucum": "^0.2.5"
}
}