@ima-worldhealth/dhis2-api
Version:
A promise-based wrapper for the DHIS2 web API
45 lines (44 loc) • 1.14 kB
JSON
{
"dependencies": {
"axios": "^0.26.0",
"debug": "^4.1.1",
"qs": "^6.6.0",
"release-it": "^14.0.1",
"shortid": "^2.2.14"
},
"devDependencies": {
"auto-changelog": "^2.0.0",
"eslint": "^8.1.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.16.0"
},
"name": "@ima-worldhealth/dhis2-api",
"version": "0.5.7",
"description": "A promise-based wrapper for the DHIS2 web API",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "npx auto-changelog --commit-limit false -u",
"beforeStage": "npx auto-changelog",
"release": "release-it --disable-metrics --github.release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IMA-WorldHealth/dhis2-api.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"DHIS2"
],
"author": "jniles",
"license": "MIT",
"bugs": {
"url": "https://github.com/IMA-WorldHealth/dhis2-api/issues"
},
"homepage": "https://github.com/IMA-WorldHealth/dhis2-api#readme"
}