{
  "name": "eslint-plugin-avoid-comments",
  "version": "0.1.1",
  "description": "ESLint customized rule to prevent comments",
  "main": "avoid-comments-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/franciscobressa/eslint-rule-no-comments.git"
  },
  "author": "Francisco Bressa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/franciscobressa/eslint-rule-no-comments/issues"
  },
  "homepage": "https://github.com/franciscobressa/eslint-rule-no-comments#readme",
  "peerDependencies": {
    "eslint": "^9.18.0"
  },
  "devDependencies": {
    "eslint": "^9.18.0"
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "comment",
    "comments",
    "eslint-disable",
    "eslint-disable-line",
    "keywords",
    "keyword",
    "prefixes",
    "prefix"
  ]
}
