{
  "name": "eslint-plugin-license-header",
  "version": "0.8.0",
  "description": "Validates the presence of a license header",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nikku/eslint-plugin-license-header.git"
  },
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "main": "lib/index.js",
  "scripts": {
    "all": "run-s lint test:coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test:coverage": "nyc --reporter lcov --exclude \"tests/**\" mocha tests --recursive",
    "test": "mocha tests --recursive"
  },
  "dependencies": {
    "requireindex": "^1.2.0"
  },
  "devDependencies": {
    "chai": "^4.4.1",
    "eslint": "^8.57.0",
    "eslint-plugin-bpmn-io": "^1.0.0",
    "mocha": "^10.3.0",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "svelte": "^4.2.12",
    "svelte-eslint-parser": "^0.33.1",
    "vue-eslint-parser": "^9.4.2"
  },
  "files": [
    "lib"
  ]
}
