{
  "name": "@microsoft/sp-page-context",
  "version": "1.22.2",
  "description": "Page context services for the SharePoint Framework",
  "license": "https://aka.ms/spfx/license",
  "homepage": "http://aka.ms/spfx",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "dist/index-internal.d.ts",
  "tsdoc": {
    "tsdocFlavor": "AEDoc"
  },
  "devDependencies": {
    "@rushstack/heft": "1.1.2",
    "eslint": "8.57.1",
    "@msinternal/spfx-internal-web-build-rig": "0.1.0"
  },
  "dependencies": {
    "@swc/helpers": "^0.5.12",
    "tslib": "2.3.1",
    "@microsoft/sp-core-library": "1.22.2",
    "@microsoft/sp-diagnostics": "1.22.2",
    "@microsoft/sp-dynamic-data": "1.22.2",
    "@microsoft/sp-lodash-subset": "1.22.2",
    "@microsoft/sp-odata-types": "1.22.2"
  },
  "engines": {
    "node": ">=18.17.1 <19.0.0 || >=22.14.0 < 23.0.0"
  },
  "scripts": {
    "build": "heft test --clean",
    "clean": "heft clean",
    "deploy": "heft dev-deploy",
    "start": "heft build-watch --serve",
    "test": "heft test",
    "test-watch": "heft test-watch",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:build:incremental": "heft run --only build --",
    "_phase:depscan": "heft depscan",
    "_phase:test": "heft run --only test -- --clean",
    "_phase:test:incremental": "heft run --only test --"
  }
}