{
  "name": "akamai-error-lookup",
  "version": "1.2.13",
  "description": "Retrieves diagnostic details of Akamai error reference numbers via Akamai's API",
  "private": false,
  "preferGlobal": true,
  "bin": {
    "hashref": "./akamai-error-lookup.js"
  },
  "engines": {
    "node": ">=10"
  },
  "main": "akamai-error-lookup.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Mark Murphy",
  "license": "MIT",
  "keywords": [
    "akamai",
    "error",
    "diagnostics",
    "hashref",
    "#ref",
    "reference",
    "cdn",
    "lookup"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markSmurphy/akamai-error-lookup.git"
  },
  "bugs": {
    "url": "https://github.com/markSmurphy/akamai-error-lookup/issues"
  },
  "homepage": "https://github.com/markSmurphy/akamai-error-lookup#readme",
  "dependencies": {
    "colors": "^1.4.0",
    "debug": "^4.3.4",
    "edgegrid": "^3.0.8",
    "html-entities": "^2.3.3",
    "prettyjson": "^1.2.5",
    "supports-color": "^8.1.1",
    "yargs": "^16.2.0"
  }
}
