{
  "name": "pds4-tools",
  "version": "0.2.14",
  "description": "Tools to generate and use PDS4 metadata.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nasa-pds/pds4-tools.git"
  },
  "bin": {
    "pds-ldd-doc": "./src/ldd-doc/ldd-doc.js",
    "pds-doi-request": "./src/doi-request/doi-request.js",
    "pds-collection-builder": "./src/collection-builder/collection-builder.js"
  },
  "keywords": [
    "PDS",
    "PDS4",
    "tools"
  ],
  "author": "Todd King <tking@igpp.ucla.edu>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nasa-pds/pds4-tools/issues"
  },
  "homepage": "https://github.com/nasa-pds/pds4-tools#readme",
  "dependencies": {
    "fast-xml-parser": "^3.3.6",
    "n-readlines": "^1.0.0",
    "path": "^0.12.7",
    "walk": "^2.3.14",
    "yargs": "^11.0.0"
  }
}
