{
  "name": "@microsoft/sp-top-actions",
  "version": "1.23.1",
  "description": "SharePoint Framework support for the web part top actions user interface.",
  "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/*.resx": "./lib-esm/*.resx.json",
    "./lib/*": {
      "import": "./lib-esm/*.js",
      "require": "./lib-commonjs/*.js",
      "types": "./lib-dts/*.d.ts"
    },
    "./lib-commonjs/*.resx": "./lib-esm/*.resx.json",
    "./lib-commonjs/*": {
      "import": "./lib-esm/*.js",
      "require": "./lib-commonjs/*.js",
      "types": "./lib-dts/*.d.ts"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib-dts/*"
      ]
    }
  },
  "dependencies": {
    "@swc/helpers": "^0.5.12"
  },
  "devDependencies": {
    "@rushstack/heft": "1.2.17",
    "@types/react": "17.0.91",
    "@types/react-dom": "17.0.26",
    "eslint": "9.37.0",
    "@msinternal/sp-coachmark-utility": "0.1.0",
    "@msinternal/spfx-internal-web-build-rig": "0.1.0",
    "@msinternal/sp-toolbar": "0.1.0"
  },
  "scripts": {
    "build": "heft build --clean",
    "clean": "heft clean",
    "deploy": "heft dev-deploy",
    "start": "heft build-watch --serve",
    "tab": "heft tab",
    "tablink": "heft tablink",
    "test-watch": "heft test-watch",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:build:incremental": "heft run --only build --",
    "_phase:depscan": "heft depscan",
    "_phase:tablink": "heft tablink"
  }
}