{
  "name": "@hapi/eslint-plugin-hapi",
  "version": "4.3.6",
  "description": "ESLint plugin containing hapi style guide rules and config",
  "main": "lib/index.js",
  "repository": "https://github.com/hapijs/eslint-plugin-hapi.git",
  "files": [
    "lib"
  ],
  "keywords": [
    "lint",
    "eslint",
    "eslintplugin",
    "eslintconfig",
    "hapi"
  ],
  "dependencies": {},
  "devDependencies": {
    "@hapi/code": "8.x.x",
    "@hapi/eslint-plugin-hapi": "file:.",
    "@hapi/lab": "^23.0.0",
    "eslint": "^7.5.0"
  },
  "scripts": {
    "test": "lab -t 100 -a @hapi/code -L"
  },
  "license": "BSD-3-Clause"
}
