{
  "name": "@breautek/eslint-plugin",
  "version": "4.0.0",
  "description": "common eslint configuration for @breautek packages",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run-script build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/breautek/eslint-plugin.git"
  },
  "keywords": [
    "breautek",
    "eslint",
    "config",
    "configuration"
  ],
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "author": "norman.breau@totalpave.com",
  "license": "MIT",
  "homepage": "https://github.com/breautek/eslint-plugin.git#readme",
  "peerDependencies": {
    "eslint": ">=7.0.0 && <8.0.0"
  },
  "devDependencies": {
    "typescript": "^4.0.3"
  },
  "optionalDependencies": {
    "@typescript-eslint/eslint-plugin": ">=4.0.0 && <5"
  }
}
