{
  "name": "marcjs",
  "description": "MARC record Node.js library",
  "version": "3.0.2",
  "homepage": "https://github.com/fredericd/marcjs",
  "author": {
    "name": "Frédéric Demians",
    "email": "f.demians@tamil.fr"
  },
  "keywords": [
    "marc",
    "iso2709",
    "bibliographic",
    "marcxml",
    "machine-readable cataloging",
    "marc-in-json"
  ],
  "main": "lib/Marc.js",
  "files": [
    "bin/*",
    "lib/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/fredericd/marcjs.git"
  },
  "bugs": {
    "url": "https://github.com/fredericd/marcjs/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 12.0.0"
  },
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=html --reporter=text mocha"
  },
  "bin": {
    "marcjs": "bin/marcjs"
  },
  "dependencies": {
    "he": "^1.2.0",
    "nopt": "^5.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.21.0",
    "chai": "4.2.0",
    "coveralls": "^3.1.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "globals": "^16.0.0",
    "mocha": "^5.2.0",
    "nyc": "^11.9.0"
  }
}
