UNPKG

@citation-js/plugin-pubmed

Version:

Citation.js plugin for PubMed and PubMed Central.

64 lines (63 loc) 1.72 kB
{ "name": "@citation-js/plugin-pubmed", "version": "0.3.0", "description": "Citation.js plugin for PubMed and PubMed Central.", "main": "lib/index.js", "scripts": { "test": "mocha -r @babel/register -R spec test/suite.js", "babel": "babel src -d lib --copy-files", "lint": "standard \"src/**/*.js\" \"test/**/*.js\"", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", "coverage": "NODE_ENV=coverage nyc npm test", "report": "nyc report --reporter=lcov > coverage.lcov", "prepare": "npm run babel", "version": "npm run changelog", "preversion": "npm run lint && npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/citation-js/plugin-pubmed.git" }, "keywords": [ "PubMed", "PubMed Central" ], "author": "Egon Willighagen", "license": "MIT", "bugs": { "url": "https://github.com/citation-js/plugin-pubmed/issues" }, "homepage": "https://github.com/citation-js/plugin-pubmed#readme", "engines": { "node": ">=14" }, "files": [ "/lib" ], "nyc": { "include": [ "src/**/*.js" ], "sourceMap": false, "instrument": false }, "standard": { "parser": "@babel/eslint-parser" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/eslint-parser": "^7.14.3", "@babel/preset-env": "^7.2.3", "@babel/register": "^7.0.0", "@citation-js/core": "^0.6.5", "babel-plugin-istanbul": "^6.0.0", "conventional-changelog-cli": "^2.1.1", "mocha": "^10.2.0", "nyc": "^15.1.0", "standard": "^17.0.0" }, "peerDependencies": { "@citation-js/core": ">=0.5.1 <=0.6" } }