{
  "name": "@definitelytyped/eslint-plugin",
  "version": "0.1.32",
  "description": "ESLint rules for DefinitelyTyped",
  "main": "./dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "contributors": [
    "Nathan Shively-Sanders <nathansa@microsoft.com> (https://github.com/sandersn)",
    "Andy Hanson <andy-ms@microsoft.com> (https://github.com/andy-ms)",
    "Dan Vanderkam <danvdk@gmail.com> (https://github.com/danvk)",
    "Remco Haszing <remcohaszing@gmail.com> (https://github.com/remcohaszing)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
    "directory": "packages/eslint-plugin"
  },
  "dependencies": {
    "@typescript-eslint/types": "^8.56.1",
    "@typescript-eslint/utils": "^8.56.1",
    "semver": "^7.7.4",
    "@definitelytyped/utils": "0.1.14"
  },
  "peerDependencies": {
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "eslint": "^8.57.0",
    "eslint-plugin-jsdoc": "^44.0.0",
    "typescript": ">= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev || >=5.0.0-dev"
  },
  "devDependencies": {
    "@definitelytyped/eslint-plugin": "link:",
    "@types/eslint": "^8.56.12",
    "@types/semver": "^7.7.1",
    "glob": "^13.0.6",
    "jest-file-snapshot": "^0.7.0",
    "typescript": "^5.9.3",
    "typescript-5.4": "npm:typescript@~5.4.0-0",
    "typescript-5.5": "npm:typescript@~5.5.0-0"
  },
  "engines": {
    "node": ">=20.17.0"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsc -b .",
    "test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/eslint-plugin"
  }
}