{
  "name": "@patternfly/eslint-plugin-pf-codemods",
  "version": "1.142.2",
  "description": "ESLint plugin for PF codemods",
  "main": "./dist/js/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "author": "Red Hat",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc --build --verbose ./tsconfig.json",
    "build:cjs": "tsc --build --verbose ./tsconfig.cjs.json",
    "test": "eslint . --ext .ts",
    "clean": "rimraf ./dist"
  },
  "dependencies": {
    "@patternfly/shared-codemod-helpers": "^1.1.1"
  },
  "peerDependencies": {
    "@typescript-eslint/parser": ">=5.58.0",
    "eslint": ">=0.8.0",
    "typescript": ">=3.8.3"
  },
  "devDependencies": {
    "@types/eslint": "^8.56.0",
    "@types/estree-jsx": "^1.0.4",
    "@typescript-eslint/utils": "^8.12.2",
    "typescript": "^5.4.2"
  },
  "gitHead": "63940ea0f0c4f8ecad51eee6f79910a50fe360d5"
}
