{
  "name": "@microsoft/eslint-plugin-spfx",
  "version": "1.23.2",
  "description": "An ESLint plugin provided for use with SPFx projects",
  "homepage": "http://aka.ms/spfx",
  "license": "https://aka.ms/spfx/license",
  "main": "lib-commonjs/index.js",
  "module": "lib-esm/index.js",
  "typings": "lib-dts/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib-esm/index.js",
      "require": "./lib-commonjs/index.js",
      "types": "./lib-dts/index.d.ts"
    },
    "./lib/*": {
      "import": "./lib-esm/*.js",
      "require": "./lib-commonjs/*.js",
      "types": "./lib-dts/*.d.ts"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib-dts/*"
      ]
    }
  },
  "dependencies": {
    "@rushstack/eslint-plugin": "0.23.2",
    "@typescript-eslint/utils": "8.56.1"
  },
  "peerDependencies": {
    "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
  },
  "devDependencies": {
    "@rushstack/heft": "1.2.17",
    "@typescript-eslint/parser": "8.56.1",
    "@typescript-eslint/rule-tester": "8.56.1",
    "eslint": "9.37.0",
    "typescript": "5.3.3",
    "@msinternal/internal-node-rig": "0.1.0"
  },
  "scripts": {
    "build": "heft test --clean",
    "build-watch": "heft run --only build --",
    "clean": "heft clean",
    "start": "heft build-watch --serve",
    "test": "heft run --only test -- --clean",
    "test-watch": "heft test-watch",
    "_phase:depscan": "heft depscan",
    "_phase:test": "heft run --only test -- --clean",
    "_phase:test:incremental": "heft run --only test --",
    "_phase:tool-build": "heft run --only build -- --clean",
    "_phase:tool-build:incremental": "heft run --only build --"
  }
}