UNPKG

openhim-mediator-utils

Version:
33 lines (32 loc) 780 B
{ "name": "openhim-mediator-utils", "version": "0.4.0", "description": "Utilities for creating OpenHIM mediators", "main": "index.js", "scripts": { "test": "npm run test:integration", "test:integration": "tap --no-coverage tests/*test.js", "test:lint": "eslint *.js" }, "keywords": [ "openhim", "mediator" ], "author": "jembi", "license": "MPL-2.0", "devDependencies": { "eslint": "^8.44.0", "tap": "^16.3.7" }, "dependencies": { "axios": "^1.4.0" }, "repository": { "type": "git", "url": "git+https://github.com/jembi/openhim-mediator-utils.git" }, "bugs": { "url": "https://github.com/jembi/openhim-mediator-utils/issues" }, "homepage": "https://github.com/jembi/openhim-mediator-utils#readme" }