node-ncbi
Version:
Access and parse the NCBI eUtils API in Node or the Browser
40 lines (39 loc) • 842 B
JSON
{
"name": "node-ncbi",
"version": "0.7.4",
"description": "Access and parse the NCBI eUtils API in Node or the Browser",
"keywords": [
"pubmed",
"ncbi",
"biology",
"medicine",
"research"
],
"main": "index.js",
"types": "types/node-ncbi.d.ts",
"scripts": {
"start": "node ./bin/repl",
"test": "npx mocha"
},
"author": {
"name": "Casey Ydenberg",
"email": "hi@caydenberg.io",
"url": "https://caydenberg.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/CAYdenberg/node-ncbi.git"
},
"dependencies": {
"immutability-helper": "^3.1.1",
"popsicle": "^9.2.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"check-types": "^7.0.1",
"mocha": "^10.1.0",
"open": "^6.3.0"
},
"license": "MIT"
}