{
  "name": "@microsoft/sp-module-interfaces",
  "version": "1.22.2",
  "description": "SharePoint Framework module interfaces",
  "license": "https://aka.ms/spfx/license",
  "homepage": "http://aka.ms/spfx",
  "engines": {
    "node": ">=18.17.1 <19.0.0 || >=22.14.0 < 23.0.0"
  },
  "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/*"
      ]
    }
  },
  "tsdoc": {
    "tsdocFlavor": "AEDoc"
  },
  "dependencies": {
    "@rushstack/node-core-library": "5.17.1",
    "ajv": "^6.12.5"
  },
  "devDependencies": {
    "@rushstack/heft": "1.1.2",
    "eslint": "8.57.1",
    "@msinternal/internal-no-asset-postprocess-node-rig": "0.1.0"
  },
  "scripts": {
    "build": "heft test --clean",
    "test": "heft run --only test",
    "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 --"
  }
}