UNPKG

fhirformjs

Version:

FHIR Questionnaire To Form Converter for rendering

89 lines (88 loc) 2 kB
{ "name": "fhirformjs", "description": "FHIR Questionnaire To Form Converter for rendering", "version": "1.1.6", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": { "name": "Bell Eapen", "email": "gravatar@gulfdoctor.net", "url": "https://nuchange.ca" }, "repository": { "type": "git", "url": "https://github.com/dermatologist/fhirformjs.git" }, "homepage": "https://github.com/dermatologist/fhirformjs", "keywords": [ "fhir", "json-schema", "questionnaire", "forms", "ehealth" ], "files": [ "dist" ], "scripts": { "analyze": "size-limit --why", "build": "dts build", "lint": "dts lint --fix", "prepare": "dts build", "size": "size-limit", "start": "dts watch", "test": "dts test --verbose", "e2e": "dts test --verbose ./test/e2e --detectOpenHandles", "docs": "typedoc --html docs src" }, "husky": { "hooks": { "//": "pre-commit dts lint" } }, "jest": { "testEnvironment": "node" }, "engines": { "node": ">=12" }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "module": "dist/fhirformjs.esm.js", "size-limit": [ { "path": "dist/fhirformjs.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/fhirformjs.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^11.0.1", "@tsconfig/recommended": "^1.0.3", "@types/jest": "^29.5.14", "@types/supertest": "^6.0.2", "dts-cli": "^2.0.4", "husky": "^9.1.7", "jest-watch-typeahead": "2.2.2", "size-limit": "^11.2.0", "supertest": "^7.1.1", "ts-mockito": "^2.6.1", "tslib": "^2.6.2", "typedoc": "^0.28.5", "typescript": "^5.3.3" }, "dependencies": { "@ahryman40k/ts-fhir-types": "^4.0.39", "axios": "^1.9.0", "ts-jest": "^29.3.4", "uuidv4": "^6.2.13" } }