{
  "name": "@pantheon-systems/eslint-config-pantheon",
  "version": "1.0.8",
  "author": "engineering@pantheon.io",
  "description": "A collection of Pantheon's ESLint configurations",
  "license": "MIT",
  "homepage": "https://pantheon.io",
  "keywords": [
    "Pantheon",
    "ESLint",
    "Plugin",
    "Config"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pantheon-systems/eslint-config-pantheon"
  },
  "main": "configurations/node",
  "scripts": {
    "lint-fix": "eslint configurations --fix",
    "lint": "eslint configurations"
  },
  "devDependencies": {
    "danger": "^11.2.3",
    "eslint": "^8.50.0",
    "prettier": "^2.5.1",
    "semver": "^7.3.5"
  },
  "dependencies": {
    "@babel/core": "^7.23.0",
    "@babel/eslint-parser": "^7.22.15",
    "@babel/preset-env": "^7.22.20",
    "@babel/preset-react": "^7.18.6",
    "eslint-config-airbnb": "~19.0.4",
    "eslint-config-prettier": "~8.3.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-jest": "~26.1.1",
    "eslint-plugin-jest-dom": "~4.0.1",
    "eslint-plugin-jsx": "~0.1.0",
    "eslint-plugin-jsx-a11y": "~6.5.1",
    "eslint-plugin-prettier": "~4.0.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "~4.3.0",
    "eslint-plugin-testing-library": "~5.0.5"
  },
  "peerDependencies": {
    "eslint": "^7.5.0 || ^8.0.0",
    "prettier": "^2.5.1"
  },
  "babel": {
    "presets": [
      "@babel/preset-env"
    ]
  }
}
