{
  "name": "@spfx-extensions/package",
  "version": "1.7.0",
  "author": "SPWizard01",
  "access": "public",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SPWizard01/spfx-extensions.git"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "license": "GPL-3.0-only",
  "engines": {
    "node": ">=22.14.0 < 23.0.0"
  },
  "description": "SPFx Extensions package for SharePoint Online",
  "scripts": {
    "build": "heft build --clean --production && heft package-solution --production",
    "start": "heft start --clean",
    "clean": "heft clean"
  },
  "files": [
    "dist",
    "config",
    "sharepoint",
    "src",
    "teams",
    ".npmignore",
    ".nvmrc",
    "gulpfile.js",
    "LICENSE",
    "README.md",
    "tsconfig.json"
  ],
  "dependencies": {
    "@microsoft/decorators": "1.23.2",
    "@microsoft/sp-application-base": "1.23.2",
    "@microsoft/sp-component-base": "1.23.2",
    "@microsoft/sp-core-library": "1.23.2",
    "@microsoft/sp-dialog": "1.23.2",
    "@microsoft/sp-lodash-subset": "1.23.2",
    "@microsoft/sp-office-ui-fabric-core": "1.23.2",
    "@microsoft/sp-property-pane": "1.23.2",
    "@microsoft/sp-top-actions": "1.23.2",
    "@microsoft/sp-webpart-base": "1.23.2",
    "@spfx-extensions/core": "^0.9.21",
    "tslib": "2.8.1"
  },
  "devDependencies": {
    "@microsoft/eslint-config-spfx": "1.23.2",
    "@microsoft/eslint-plugin-spfx": "1.23.2",
    "@microsoft/sp-build-web": "1.23.2",
    "@microsoft/sp-module-interfaces": "1.23.2",
    "@microsoft/spfx-heft-plugins": "1.23.2",
    "@microsoft/spfx-web-build-rig": "1.23.2",
    "@rushstack/eslint-config": "^4.6.4",
    "@rushstack/heft": "^1.2.19",
    "@typescript-eslint/parser": "^8.63.0",
    "@typescript-eslint/typescript-estree": "^8.61.1",
    "eslint": "^10.5.0",
    "typescript": "^6.0.3"
  },
  "overrides": {
    "@rushstack/heft": "^1.2.19",
    "@typescript-eslint/parser": "^8.63.0",
    "@typescript-eslint/typescript-estree": "^8.61.1",
    "eslint": "^10.5.0",
    "typescript": "^6.0.3"
  }
}
