{
  "name": "eslint-plugin-case-police",
  "version": "2.2.1",
  "description": "ESLint plugin for case-police",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/case-police#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/case-police.git",
    "directory": "packages/eslint-plugin-case-police"
  },
  "bugs": {
    "url": "https://github.com/antfu/case-police/issues"
  },
  "keywords": [
    "eslint",
    "eslint-plugin"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "eslint": "^9.9.0 || ^10.0.0"
  },
  "dependencies": {
    "@typescript-eslint/utils": "^8.58.2",
    "synckit": "^0.11.12",
    "case-police": "2.2.1"
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^8.58.2",
    "eslint-mdx": "^3.7.0",
    "eslint-plugin-case-police": "2.2.1"
  },
  "scripts": {
    "dev": "unbuild --stub",
    "build": "rimraf dist && unbuild",
    "lint": "nr build && cd ./fixture && eslint ./src"
  }
}