{
  "name": "@modernpoacher/hapi-common-log",
  "version": "1.1.226",
  "description": "Transforms a Hapi request to a Common Log Format log line",
  "keywords": [
    "hapi",
    "common",
    "log",
    "format",
    "common log format"
  ],
  "main": "./src/index.mjs",
  "type": "module",
  "author": {
    "name": "Jonathan Perry for Modern Poacher Limited",
    "email": "modernpoacher@modernpoacher.com",
    "url": "https://modernpoacher.com"
  },
  "contributors": [
    "Raquel Vélez <raquel@rckbt.me>"
  ],
  "license": "ISC",
  "engines": {
    "node": ">=18.12.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/modernpoacher/hapi-common-log.git"
  },
  "scripts": {
    "lint": "eslint . --ext .mjs,.cjs",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "husky",
    "test": "cross-env NODE_ENV=test mocha test --recursive"
  },
  "dependencies": {
    "debug": "^4.4.1",
    "moment": "^2.30.1",
    "moment-strftime": "^0.5.0"
  },
  "devDependencies": {
    "@babel/core": "^7.28.0",
    "@babel/eslint-parser": "^7.28.0",
    "@babel/preset-env": "^7.28.0",
    "chai": "^5.2.0",
    "core-js": "^3.44.0",
    "cross-env": "^7.0.3",
    "eslint": "8.57.1",
    "eslint-config-standard": "^17.1.0",
    "husky": "^9.1.7",
    "mocha": "^11.7.1",
    "sinon": "^21.0.0"
  },
  "imports": {
    "#hapi-common-log": "./src/index.mjs"
  }
}
