{
  "name": "@forgerock/sdk-request-middleware",
  "version": "2.2.0",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForgeRock/ping-javascript-sdk.git",
    "directory": "packages/sdk-effects/sdk-request-middleware"
  },
  "description": "Request middleware utilities for the Ping JavaScript SDK",
  "license": "MIT",
  "author": "ForgeRock",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js",
      "default": "./dist/src/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/src/index.js",
  "module": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@reduxjs/toolkit": "^2.8.2"
  },
  "nx": {
    "tags": [
      "scope:sdk-effects"
    ]
  },
  "scripts": {
    "build": "pnpm nx nxBuild",
    "lint": "pnpm nx nxLint",
    "test": "pnpm nx nxTest",
    "test:watch": "pnpm nx nxTest --watch"
  }
}