happy-client
Version:
A JavaScript client to interact with Happy backend.
35 lines (34 loc) • 666 B
JSON
{
"name": "happy-client",
"version": "3.5.0",
"description": "A JavaScript client to interact with Happy backend.",
"main": "client.js",
"scripts": {
"test": "nyc mocha --exit *.spec.js",
"postversion": "git push --follow-tags"
},
"keywords": [
"Fhir",
"Hapi"
],
"author": "Long Nguyen",
"license": "ISC",
"dependencies": {
"axios": "latest",
"dotenv": "^8.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"faker": "^4.1.0",
"mocha": "^6.2.1",
"node-uuid": "^1.4.8",
"nyc": "^14.1.1",
"uuid": "latest"
},
"nyc": {
"exclude": [
"*.spec.js",
"clientstresstest.js"
]
}
}