{
  "name": "eslint-plugin-header",
  "version": "3.1.1",
  "description": "ESLint plugin to ensure that files begin with given comment",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && npm run unit",
    "unit": "mocha tests/lib/*.js tests/lib/**/*.js",
    "lint": "eslint ."
  },
  "devDependencies": {
    "eslint": "^7.7.0",
    "mocha": "^8.1.1"
  },
  "peerDependencies": {
    "eslint": ">=7.7.0"
  },
  "keywords": [
    "eslint",
    "eslintplugin"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Stuk/eslint-plugin-header.git"
  },
  "author": "Stuart Knightley",
  "license": "MIT"
}
