{
  "name": "@typescript-eslint/eslint-plugin-tslint",
  "version": "7.0.2",
  "main": "dist/index.js",
  "typings": "src/index.ts",
  "description": "ESLint plugin that wraps a TSLint configuration and lints the whole source using TSLint",
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "type": "commonjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "engines": {
    "node": "^16.0.0 || >=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/eslint-plugin-tslint"
  },
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "license": "MIT",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "tslint"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "tsc -b tsconfig.build.json --clean",
    "postclean": "rimraf dist && rimraf coverage",
    "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
    "lint": "npx nx lint",
    "test": "jest --coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "@typescript-eslint/utils": "7.0.2"
  },
  "peerDependencies": {
    "eslint": "^8.56.0",
    "tslint": "^5.0.0 || ^6.0.0",
    "typescript": "*"
  },
  "devDependencies": {
    "@types/lodash": "*",
    "@typescript-eslint/parser": "7.0.2",
    "jest": "29.7.0",
    "prettier": "^3.0.3",
    "rimraf": "*"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  }
}
