UNPKG

vsm-dictionary-pubmed

Version:

Implementation of a VSM-dictionary that uses NCBI's E-utilities API to retrieve records from the biomedical literature database PubMed

54 lines (53 loc) 1.45 kB
{ "name": "vsm-dictionary-pubmed", "version": "1.0.8", "description": "Implementation of a VSM-dictionary that uses NCBI's E-utilities API to retrieve records from the biomedical literature database PubMed", "main": "src/DictionaryPubMed.js", "scripts": { "lint": "eslint src test", "test": "nyc --reporter=lcov mocha \"src/**/*.test.js\" --check-leaks", "coverage": "codecov", "build": "webpack --config webpack.config.js" }, "keywords": [ "VSM", "dictionary", "ontology", "identifier", "term", "NCBI", "PubMed", "interface" ], "repository": { "type": "git", "url": "git+https://github.com/UniBioDicts/vsm-dictionary-pubmed" }, "author": "John Zobolas", "license": "AGPL-3.0", "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "babel-loader": "^8.1.0", "chai": "^4.2.0", "clean-webpack-plugin": "^1.0.1", "codecov": "^3.8.1", "copy-webpack-plugin": "^5.1.2", "eslint": "^5.13.0", "html-webpack-plugin": "^3.2.0", "js-yaml": "^3.14.0", "lodash": "^4.17.20", "mocha": "^7.2.0", "nyc": "^15.1.0", "sinon": "^7.5.0", "terser-webpack-plugin": "^2.3.8", "text-transform-loader": "^2.0.0", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" }, "dependencies": { "vsm-dictionary": "^2.6.6", "xmlhttprequest": "^1.8.0" } }