{
  "name": "oai_pmh_v2",
  "version": "0.9.0",
  "description": "Node.js OAI-PMH client.",
  "keywords": [
    "OAI-PMH",
    "oaipmh",
    "oai",
    "metadata",
    "harvest",
    "protocol"
  ],
  "author": "Fodor Levente",
  "homepage": "https://github.com/flevi29/oai_pmh_v2#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flevi29/oai_pmh_v2.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flevi29/oai_pmh_v2/issues"
  },
  "main": "./script/src/mod.js",
  "module": "./esm/src/mod.js",
  "exports": {
    ".": {
      "import": "./esm/src/mod.js",
      "require": "./script/src/mod.js"
    }
  },
  "dependencies": {
    "fast-xml-parser": "^4.3.4"
  },
  "devDependencies": {
    "@types/node": "^20.11.19"
  },
  "_generatedBy": "dnt@0.40.0"
}