{
  "name": "eslint-plugin-max-return-statements-per-function",
  "version": "0.2.0",
  "description": "ESLint rule to limit the number of return statements in a function",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "eslintrule",
    "eslint-rule"
  ],
  "homepage": "https://github.com/tomyam2020/eslint-plugin-max-return-statements-per-function",
  "bugs": {
    "url": "https://github.com/tomyam2020/eslint-plugin-max-return-statements-per-function"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tomyam2020/eslint-plugin-max-return-statements-per-function"
  },
  "license": "MIT",
  "author": "tomyam2020",
  "main": "index.js",
  "files": [
    "rules",
    "index.js",
    "README.md"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "mocha tests/*.js",
    "watch": "npm test -- --watch --growl"
  },
  "dependencies": {
    "eslint-utils": "^3.0.0"
  },
  "devDependencies": {
    "@types/eslint": "^8.4.3",
    "eslint": "^8.18.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-eslint": "^7.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-rulesdir": "^0.2.1",
    "mocha": "^10.0.0",
    "prettier": "^2.7.1"
  },
  "peerDependencies": {
    "eslint": "^7.32.0 || ^8.2.0"
  }
}
