{
  "name": "@microsoft/spfx-heft-plugins",
  "version": "1.22.2",
  "description": "Plugin package for building SPFx projects with Heft",
  "license": "https://aka.ms/spfx/license",
  "homepage": "http://aka.ms/spfx",
  "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/*"
      ]
    }
  },
  "author": "xFun",
  "peerDependencies": {
    "@rushstack/heft": "^1.1.2"
  },
  "devDependencies": {
    "@rushstack/heft": "1.1.2",
    "@rushstack/heft-dev-cert-plugin": "1.0.3",
    "@rushstack/heft-jest-plugin": "1.1.2",
    "@rushstack/heft-lint-plugin": "1.1.2",
    "@rushstack/heft-sass-plugin": "0.15.24",
    "@rushstack/heft-typescript-plugin": "1.1.2",
    "@rushstack/heft-webpack5-plugin": "1.2.2",
    "@types/cors": "~2.8.12",
    "@types/express": "4.17.21",
    "@types/glob": "^7.1.1",
    "@types/lodash": "4.14.117",
    "@types/mem-fs-editor": "^10.0.1",
    "@types/mime": "2.0.3",
    "@types/resolve": "1.17.1",
    "@types/uuid": "9.0.1",
    "@types/xml": "1.0.3",
    "cors": "2.8.5",
    "eslint": "8.57.1",
    "express": "4.22.1",
    "glob": "^7.1.2",
    "sass": "1.49.11",
    "sass-loader": "8.0.2",
    "style-loader": "1.1.3",
    "ts-loader": "9.5.1",
    "typescript": "5.3.3",
    "@microsoft/sp-module-interfaces": "1.22.2",
    "@msinternal/localized-resources-heft-plugin": "0.8.0",
    "@msinternal/internal-node-rig": "0.1.0",
    "@msinternal/spfx-manifests-file": "0.1.0"
  },
  "dependencies": {
    "@azure/storage-blob": "~12.26.0",
    "@rushstack/heft-config-file": "0.19.2",
    "@rushstack/localization-utilities": "0.14.2",
    "@rushstack/module-minifier": "0.8.2",
    "@rushstack/node-core-library": "5.17.1",
    "@rushstack/rig-package": "0.6.0",
    "@rushstack/set-webpack-public-path-plugin": "5.2.2",
    "@rushstack/terminal": "0.19.2",
    "@rushstack/webpack5-localization-plugin": "0.15.2",
    "@rushstack/webpack5-module-minifier-plugin": "5.6.2",
    "@types/tapable": "1.0.6",
    "cors": "2.8.5",
    "express": "4.22.1",
    "fast-glob": "~3.2.12",
    "git-repo-info": "~2.1.1",
    "html-loader": "~4.2.0",
    "jszip": "~3.8.0",
    "lodash": "4.17.23",
    "mem-fs": "^4.1.2",
    "mem-fs-editor": "^11.1.4",
    "mime": "2.5.2",
    "resolve": "~1.17.0",
    "source-map": "0.6.1",
    "source-map-loader": "~4.0.1",
    "tapable": "1.1.3",
    "uuid": "^9.0.0",
    "webpack": "~5.95.0",
    "xml": "~1.0.1",
    "@microsoft/sp-css-loader": "1.22.2",
    "@microsoft/sp-module-interfaces": "1.22.2"
  },
  "scripts": {
    "build": "heft test --clean",
    "clean": "heft clean",
    "test": "heft run --only test -- --clean",
    "start": "heft build-watch --serve",
    "test-watch": "heft test-watch",
    "build-watch": "heft run --only build --",
    "_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 --"
  }
}