{
  "name": "pds4-product-registry",
  "version": "0.2.5",
  "description": "Extract information from a PDS4 label and generate index files suitable to load into a Level database.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node src/product-server/server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nasa-pds/product-registry.git"
  },
  "bin": {
    "pds-reg-build-index": "./src/tools/build-index.js",
    "pds-reg-find-index": "./src/tools/find-index.js",
    "pds-reg-load-index": "./src/tools/load-index.js",
    "pds-reg-status": "./src/tools/status.js",
    "pds-reg-check-inventory": "./src/tools/check-inventory.js",
    "pds-reg-server": "./src/product-server/server.js"
  },
  "keywords": [
    "PDS",
    "registry"
  ],
  "author": "Todd King <tking@igpp.ucla.edu>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nasa-pds/product-registry/issues"
  },
  "homepage": "https://github.com/nasa-pds/product-registry#readme",
  "dependencies": {
    "archiver": "^3.0.0",
    "basic-auth": "^2.0.1",
    "chalk": "^2.4.2",
    "cookie-parser": "^1.4.4",
    "express": "^4.16.4",
    "fast-xml-parser": "^3.12.16",
    "formidable": "^1.2.1",
    "hbs": "^4.0.4",
    "helmet": "^3.16.0",
    "http-errors": "^1.7.2",
    "level": "^5.0.1",
    "morgan": "^1.9.1",
    "readline": "^1.3.0",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.7",
    "walk": "^2.3.14",
    "xml-js": "^1.6.8",
    "yargs": "^13.2.2"
  }
}
