{
  "name": "@rushstack/heft-lint-plugin",
  "version": "1.2.22",
  "description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "heft-plugins/heft-lint-plugin"
  },
  "homepage": "https://rushstack.io/pages/heft/overview/",
  "license": "MIT",
  "peerDependencies": {
    "@rushstack/heft": "1.2.22"
  },
  "dependencies": {
    "json-stable-stringify-without-jsonify": "1.0.1",
    "semver": "~7.7.4",
    "@rushstack/node-core-library": "5.23.3"
  },
  "devDependencies": {
    "@types/eslint": "9.6.1",
    "@types/eslint-8": "npm:@types/eslint@8.56.10",
    "@types/json-stable-stringify-without-jsonify": "1.0.2",
    "@types/semver": "7.7.1",
    "eslint": "~9.37.0",
    "eslint-8": "npm:eslint@~8.57.0",
    "typescript": "~5.8.2",
    "tslint": "~5.20.1",
    "decoupled-local-node-rig": "1.0.0",
    "@rushstack/heft-typescript-plugin": "1.3.17",
    "@rushstack/terminal": "0.24.2",
    "@rushstack/heft": "1.2.22"
  },
  "exports": {
    "./lib/*.schema.json": "./lib-commonjs/*.schema.json",
    "./lib/*": {
      "types": "./lib-dts/*.d.ts",
      "node": "./lib-commonjs/*.js",
      "import": "./lib-esm/*.js",
      "require": "./lib-commonjs/*.js"
    },
    "./heft-plugin.json": "./heft-plugin.json",
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib-dts/*"
      ]
    }
  },
  "sideEffects": false,
  "scripts": {
    "build": "heft build --clean",
    "start": "heft build-watch",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}