@biothings-explorer/query_graph_handler
Version:
A nodejs module to query TRAPI Query Graph
58 lines (57 loc) • 1.95 kB
JSON
{
"name": "@biothings-explorer/query_graph_handler",
"version": "1.18.0",
"description": "A nodejs module to query TRAPI Query Graph",
"main": "built/index.js",
"scripts": {
"test": "jest --env=node",
"test-cov": "jest --coverage --env=node",
"build": "tsc",
"coveralls": "jest --coverage --env=node && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"format": "prettier --write \"src/**/*.*s\" \"built/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"release": "npm run format && standard-version",
"release:minor": "npm run format && standard-version --release-as minor",
"release:patch": "npm run format && standard-version --release-as patch",
"release:major": "npm run format && standard-version --release-as major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biothings/bte_trapi_query_graph_handler.git"
},
"keywords": [
"id",
"conversion",
"biomedical"
],
"author": "jiwen xin",
"license": "ISC",
"bugs": {
"url": "https://github.com/biothings/bte_trapi_query_graph_handler/issues"
},
"homepage": "https://github.com/biothings/bte_trapi_query_graph_handler#readme",
"devDependencies": {
"coveralls": "^3.1.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"redis-mock": "^0.56.3",
"standard-version": "^9.1.1",
"ts-jest": "^26.5.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.2.3"
},
"dependencies": {
"@biothings-explorer/call-apis": "^1.24.0",
"@biothings-explorer/smartapi-kg": "^3.9.0",
"biolink-model": "^0.4.0",
"biomedical_id_resolver": "^3.10.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"redis": "^3.1.1"
}
}