{
  "name": "@hapi/eslint-config-hapi",
  "version": "13.0.2",
  "description": "Shareable ESLint config for the hapi ecosystem",
  "main": "lib/index.js",
  "repository": "https://github.com/hapijs/eslint-config-hapi.git",
  "files": [
    "lib"
  ],
  "keywords": [
    "hapi",
    "lint",
    "eslint",
    "eslintconfig"
  ],
  "dependencies": {},
  "peerDependencies": {
    "@hapi/eslint-plugin-hapi": "4.x.x"
  },
  "devDependencies": {
    "@hapi/code": "8.x.x",
    "@hapi/eslint-plugin-hapi": "4.x.x",
    "@hapi/lab": "22.x.x",
    "eslint": "6.x.x"
  },
  "scripts": {
    "test": "lab -a @hapi/code -t 100 -L"
  },
  "license": "BSD-3-Clause"
}
