@biothings-explorer/call-apis
Version:
A nodejs module to make api calls for biothings explorer
52 lines (51 loc) • 1.54 kB
JSON
{
"name": "@biothings-explorer/call-apis",
"version": "1.24.0",
"description": "A nodejs module to make api calls for biothings explorer",
"main": "src/query.js",
"scripts": {
"build": "echo 'no build needed'",
"test": "jest --env=node",
"test-cov": "jest --coverage --env=node",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biothings/call-apis.js.git"
},
"keywords": [
"api",
"biothings",
"explorer"
],
"author": "jiwen xin",
"license": "ISC",
"bugs": {
"url": "https://github.com/biothings/call-apis.js/issues"
},
"homepage": "https://github.com/biothings/call-apis.js#readme",
"dependencies": {
"@biothings-explorer/api-response-transform": "^1.12.0",
"biomedical_id_resolver": "^3.10.0",
"axios": "^0.21.1",
"debug": "^4.3.1",
"husky": "^4.3.8"
},
"devDependencies": {
"@biothings-explorer/smartapi-kg": "^3.9.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"coveralls": "^3.1.0",
"jest": "^26.6.3",
"standard-version": "^9.1.1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}