@biothings-explorer/annotator
Version:
A nodejs package providing batch annotating features for biomedical entities
33 lines • 886 B
JSON
{
"name": "@biothings-explorer/annotator",
"version": "2.0.3",
"description": "A nodejs package providing batch annotating features for biomedical entities",
"main": "src/index.js",
"scripts": {
"test": "jest",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinxin90/annotator.js.git"
},
"keywords": [
"annotate",
"biothings"
],
"author": "jiwen xin",
"license": "ISC",
"bugs": {
"url": "https://github.com/kevinxin90/annotator.js/issues"
},
"homepage": "https://github.com/kevinxin90/annotator.js#readme",
"devDependencies": {
"coveralls": "^3.1.0",
"jest": "^26.3.0"
},
"dependencies": {
"axios": "^0.19.2",
"jsonpath": "^1.0.2",
"lodash": "^4.17.19"
}
}