{
  "name": "@theforeman/eslint-plugin-foreman",
  "version": "16.0.0",
  "description": "Eslint plugin for the foreman",
  "author": "Amir Fefer <amirfefer@gmail.com>",
  "homepage": "https://github.com/theforeman/foreman-js#readme",
  "bugs": {
    "url": "https://github.com/theforeman/foreman-js/issues"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theforeman/foreman-js.git",
    "directory": "packages/eslint-plugin-foreman"
  },
  "main": "./index.js",
  "bin": {
    "tfm-lint": "./bin/tfm-linter.js"
  },
  "scripts": {
    "test": "echo \"@theforeman/eslint-plugin-foreman does not contain any tests at the moment.\""
  },
  "dependencies": {
    "@theforeman/vendor-dev": "^16.0.0",
    "babel-eslint": "^9.0.0",
    "chalk": "^4.1.0",
    "commander": "^4.0.1",
    "eslint-plugin-jquery": "^1.5.1",
    "eslint-plugin-patternfly-react": "0.2.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react-hooks": "^2.1.1"
  },
  "peerDependencies": {
    "eslint": "^6.7.0"
  },
  "gitHead": "ade4fc1ec4680b51954e57cc9e5e8ff835042b0b"
}
