{
  "name": "eslint-ts-patch",
  "type": "commonjs",
  "version": "9.8.0-1",
  "packageManager": "pnpm@9.6.0",
  "description": "Support eslint.config.mjs and eslint.config.ts for ESLint",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/eslint-ts-patch#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/eslint-ts-patch.git"
  },
  "bugs": "https://github.com/antfu/eslint-ts-patch/issues",
  "keywords": [
    "eslint"
  ],
  "exports": {
    "./package.json": "./package.json",
    ".": "./lib/api.js",
    "./register": "./lib/register.js",
    "./use-at-your-own-risk": "./lib/unsupported-api.js"
  },
  "main": "./lib/api.js",
  "bin": {
    "eslint": "./bin/eslint.js",
    "eslint-ts": "./bin/eslint.js"
  },
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "lint": "eslint-ts .",
    "release": "bumpp && npm publish",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "prepare": "simple-git-hooks"
  },
  "dependencies": {
    "debug": "^4.3.6",
    "eslint": "^9.8.0",
    "importx": "^0.4.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.24.0",
    "@antfu/ni": "^0.22.0",
    "@types/eslint": "^9.6.0",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.0.0",
    "bumpp": "^9.4.1",
    "cross-env": "^7.0.3",
    "eslint-ts-patch": "workspace:*",
    "esno": "^4.7.0",
    "execa": "^9.3.0",
    "fs-extra": "^11.2.0",
    "lint-staged": "^15.2.7",
    "pnpm": "^9.6.0",
    "simple-git-hooks": "^2.11.1",
    "typescript": "^5.5.4",
    "vite": "^5.3.5",
    "vitest": "^2.0.4"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "*": "cross-env eslint-ts --fix"
  }
}
