UNPKG

node-ncbi

Version:

Access and parse the NCBI eUtils API in Node or the Browser

39 lines (38 loc) 802 B
{ "name": "node-ncbi", "version": "0.8.0", "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": { "axios": "^1.13.2", "immutability-helper": "^3.1.1", "xml2js": "^0.5.0" }, "devDependencies": { "check-types": "^7.0.1", "mocha": "^10.1.0", "open": "^6.3.0" }, "license": "MIT" }