{
  "name": "elb-log-analyzer",
  "version": "1.5.1",
  "description": "Log Analyzer for AWS Elastic Load Balancer",
  "main": "./dist/lib.js",
  "bin": {
    "elb-log-analyzer": "./dist/cli.js"
  },
  "author": "Ozan Tunca <ozan@ozantunca.org> (http://www.ozantunca.org/)",
  "repository": {
    "type": "git",
    "url": "https://github.com/ozantunca/elb-log-analyzer.git"
  },
  "bugs": {
    "url": "https://github.com/ozantunca/elb-log-analyzer/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ozantunca/elb-log-analyzer/raw/master/LICENSE"
    }
  ],
  "license": "MIT",
  "preferGlobal": true,
  "dependencies": {
    "colors": "^1.4.0",
    "glob": "^13.0.6",
    "lodash": "^4.17.21",
    "optimist": "^0.6.1",
    "progress": "^2.0.3"
  },
  "scripts": {
    "test": "npm run lint && npm run build && jest",
    "build": "tsc -p tsconfig.json",
    "lint": "eslint ./src/**/*.ts",
    "lint:fix": "eslint ./src/**/*.ts --fix",
    "publish": "semantic-release"
  },
  "readmeFilename": "README.md",
  "homepage": "https://github.com/ozantunca/elb-log-analyzer",
  "devDependencies": {
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.4",
    "@types/glob": "^7.2.0",
    "@types/jest": "^28.1.7",
    "@types/lodash": "^4.14.184",
    "@types/progress": "^2.0.5",
    "@typescript-eslint/parser": "^5.33.1",
    "eslint": "^8.22.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-standard": "^5.0.0",
    "jest": "^28.1.3",
    "semantic-release": "^25.0.3",
    "ts-jest": "^28.0.8",
    "typescript": "^4.7.4"
  },
  "files": [
    "package.json",
    "package-lock.json",
    "README.md",
    "LICENSE",
    "dist"
  ],
  "jest": {
    "preset": "ts-jest",
    "rootDir": "test"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
