{
  "name": "@defra/hapi-gapi",
  "version": "2.1.8",
  "description": "hapi plugin to enable server-side google analytics platform integration",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "jest --runInBand --detectOpenHandles --forceExit",
    "test-w": "jest . --watchAll"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@ssh.github.com:443/DEFRA/hapi-gapi"
  },
  "keywords": [
    "hapi",
    "google",
    "analytics",
    "GA4"
  ],
  "author": "DEFRA",
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "@hapi/joi": "^17.1.1",
    "axios": "^1.7.4",
    "debug": "^4.3.1",
    "node-fetch": "^2.6.6"
  },
  "devDependencies": {
    "@hapi/hapi": "^20.1.5",
    "@hapi/inert": "^6.0.3",
    "@hapi/vision": "^6.1.0",
    "husky": "^7.0.1",
    "jest": "^29.5.0",
    "lint-staged": "^11.1.1",
    "nunjucks": "^3.2.4",
    "prettier-standard": "^15.0.1",
    "standard": "^14.3.4"
  },
  "prettier": {
    "printWidth": 140
  },
  "standard": {
    "env": {
      "node": true
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run test && lint-staged"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "lint-staged": {
    "*": [
      "prettier-standard --lint"
    ]
  }
}
