Newer
Older
get-corhal / package.json
{
  "name": "get-corhal",
  "version": "1.0.0",
  "description": "Get all Conditor corpus using corhal-api.inist.fr",
  "main": "index.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@gitbucket.inist.fr:22222/parmentf/get-corhal.git"
  },
  "keywords": [
    "conditor"
  ],
  "author": "François Parmentier",
  "license": "MIT",
  "dependencies": {
    "cli-progress": "^3.11.1",
    "node-fetch": "^3.2.6"
  }
}