UNPKG

@citation-js/plugin-orcid

Version:
70 lines (69 loc) 1.89 kB
{ "name": "@citation-js/plugin-orcid", "version": "0.3.1", "description": "Citation.js plugin for ORCID", "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 -r 0 && git add CHANGELOG.md", "coverage": "NODE_ENV=coverage nyc npm test", "report": "nyc report --reporter=lcov > coverage.lcov", "prepublishOnly": "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-orcid.git" }, "keywords": [ "citation.js", "orcid" ], "author": "Lars Willighagen", "license": "MIT", "bugs": { "url": "https://github.com/citation-js/plugin-orcid/issues" }, "homepage": "https://github.com/citation-js/plugin-orcid#readme", "engines": { "node": ">=10" }, "files": [ "/lib" ], "nyc": { "include": [ "src/**/*.js" ], "sourceMap": false, "instrument": false }, "standard": { "parser": "@babel/eslint-parser" }, "dependencies": { "@citation-js/date": "^0.5.0", "@citation-js/name": "^0.4.2", "conventional-changelog-cli": "^2.1.1" }, "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/eslint-parser": "^7.14.3", "@babel/preset-env": "^7.6.3", "@babel/register": "^7.6.2", "@citation-js/core": "^0.5.1", "@citation-js/plugin-doi": "^0.5.1", "babel-plugin-istanbul": "^6.0.0", "mocha": "^8.4.0", "nyc": "^15.1.0", "standard": "^16.0.3" }, "peerDependencies": { "@citation-js/core": ">=0.5.1 <=0.6", "@citation-js/plugin-doi": ">=0.5.1 <=0.6" } }