emr-api-client
Version:
Api client for accessing openmrs service
37 lines (36 loc) • 738 B
JSON
{
"name": "emr-api-client",
"version": "1.1.1",
"apiConfig": {
"host": "http://127.0.0.1:9000"
},
"description": "Api client for accessing openmrs service",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"author": "Andrew Mfune",
"license": "ISC",
"devDependencies": {
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"keywords": [
"BHT-EMR-API Client",
"BHT-EMR-API",
"H.I.S",
"EMR",
"EMR Client",
"POC",
"POC Client",
"Emastercard"
]
}