UNPKG

questionnaire-version-converter

Version:
27 lines (26 loc) 643 B
{ "name": "questionnaire-version-converter", "version": "1.0.2", "description": "For converting FHIR questionnaires between FHIR versions.", "keywords": [ "fhir", "Questionnaire", "converter" ], "main": "src/qnvconv.js", "type": "module", "homepage": "https://github.com/LHNCBC/questionnaire-version-converter", "repository": { "type": "git", "url": "https://github.com/LHNCBC/questionnaire-version-converter" }, "license": "See LICENSE.md", "scripts": { "test": "mocha test/mocha" }, "devDependencies": { "commander": "^13.1.0", "mocha": "^11.1.0", "typescript": "^5.8.2" } }