{
  "name": "eslint-formatting-reporter",
  "type": "module",
  "version": "0.0.0",
  "packageManager": "pnpm@8.11.0",
  "description": "Report differences between the formatted and unformatted code for ESLint.",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/eslint-formatting-reporter#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/eslint-formatting-reporter.git"
  },
  "bugs": "https://github.com/antfu/eslint-formatting-reporter/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "prepublishOnly": "nr build",
    "release": "bumpp && npm publish",
    "start": "esno src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "prepare": "simple-git-hooks"
  },
  "peerDependencies": {
    "eslint": ">=8.40.0"
  },
  "dependencies": {
    "prettier-linter-helpers": "^1.0.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.2.2",
    "@antfu/ni": "^0.21.12",
    "@antfu/utils": "^0.7.6",
    "@types/eslint": "^8.37.0",
    "@types/node": "^20.10.3",
    "@types/prettier-linter-helpers": "^1.0.1",
    "bumpp": "^9.2.0",
    "eslint": "^8.55.0",
    "esno": "^4.0.0",
    "lint-staged": "^15.2.0",
    "pnpm": "^8.11.0",
    "rimraf": "^5.0.5",
    "simple-git-hooks": "^2.9.0",
    "typescript": "^5.3.2",
    "unbuild": "^2.0.0",
    "vite": "^5.0.5",
    "vitest": "^1.0.0-beta.6"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  }
}
