{
  "name": "@rws-air/eslint-config",
  "version": "5.0.7",
  "description": "Standard ESLint config for RWS-NL ReactJS projects written in TypeScript",
  "author": "@rws-air",
  "license": "AGPL-3.0-or-later",
  "main": "dist/index.js",
  "homepage": "https://github.com/RWS-NL/air-node-packages/tree/master/packages/eslint-config#readme",
  "scripts": {
    "test": "jest",
    "prelint": "yarn test && yarn build",
    "lint": "eslint src --ext js,ts --fix",
    "build": "tsc -b src",
    "prepublishOnly": "yarn lint",
    "ci:build": "tsc"
  },
  "files": [
    "dist",
    "!dist/.tsbuildinfo"
  ],
  "dependencies": {
    "@babel/eslint-parser": "^7.11.3",
    "@typescript-eslint/eslint-plugin": "^4.2.0",
    "@typescript-eslint/parser": "^4.2.0",
    "eslint": "^7.9.0",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.21.2",
    "eslint-plugin-react-hooks": "^4.1.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RWS-NL/air-node-packages.git",
    "directory": "packages/eslint-config"
  },
  "bugs": {
    "url": "https://github.com/RWS-NL/air-node-packages/issues"
  },
  "keywords": [
    "eslint",
    "config",
    "rws-air",
    "rws-nl",
    "rws",
    "air",
    "typescript",
    "ts"
  ],
  "gitHead": "162f0bfad472074d693798075ae19d1daa2d2b95"
}
