UNPKG

@i4mi/fhir_ch

Version:

Selected resources from FHIR CH implementation guides as TypeScript interfaces.

41 lines (40 loc) 1.06 kB
{ "name": "@i4mi/fhir_ch", "version": "0.0.4", "description": "Selected resources from FHIR CH implementation guides as TypeScript interfaces.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rm -rf ./dist && npm i && tsc", "format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore" }, "repository": { "type": "git", "url": "https://github.com/i4mi/fhir_ch" }, "bugs": { "url": "https://github.com/i4mi/fhir_ch/issues" }, "homepage": "https://github.com/i4mi/fhir_ch", "keywords": [ "fhir", "resources", "i4mi", "fhir ch core", "fhic cd vacd", "fhir challergyintolerance", "switzerland" ], "author": "Gabriel Hess, Joshua Drewlow @ Institute for Medical Informatics (I4MI) - Bern University of Applied Science (BFH)", "license": "Apache-2.0", "files": [ "dist/*" ], "devDependencies": { "typescript": "5.3.3", "prettier": "2.5.1" }, "peerDependencies": { "@i4mi/fhir_r4": "^2.1.4" } }