{
  "bin": {
    "sample": "./bin/sample",
    "pathreplay": "./bin/pathreplay",
    "generatepath": "./bin/generatepath"
  },
  "engines": {
    "node": ">=14"
  },
  "name": "aws-log-replay",
  "license": "BSD-2-Clause",
  "author": "Mapbox",
  "version": "3.0.0",
  "dependencies": {
    "agentkeepalive": "^3.5.1",
    "aws-sdk-mock": "^4.0.0",
    "minimist": "^1.2.0",
    "parallel-stream": "^1.1.2",
    "queue-async": "^1.2.1",
    "requestretry": "^7.1.0",
    "s3scan": "^0.2.3",
    "s3urls": "^1.5.2",
    "split": "^1.0.1"
  },
  "scripts": {
    "test": "tape test/*.test.js",
    "pretest": "eslint test bin index.js"
  },
  "devDependencies": {
    "documentation": "2.0.x",
    "eslint": "^4.19.1",
    "request": "^2.87.0",
    "tape": "3.5.x"
  },
  "main": "index.js",
  "readmeFilename": "README.md",
  "description": "Transform and replay CloudFront, ELB Classic, and ALB logs."
}
