Newer
Older
li-add-unpaywall / package.json
{
  "name": "li-add-unpaywall",
  "version": "1.1.0",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "ssh://istex@vsistex.intra.inist.fr:22222/istex/li-add-unpaywall.git"
  },
  "keywords": [
    "istex"
  ],
  "author": "mounir .b",
  "license": "GNU",
  "dependencies": {
    "got": "^11.8.2",
    "lodash": "^4.17.21",
    "nock": "^13.1.3"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "eslint": "^7.32.0",
    "eslint-config-semistandard": "^16.0.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "mocha": "^9.2.2"
  }
}