{
  "name": "@forgerock/sdk-types",
  "version": "2.1.1",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForgeRock/ping-javascript-sdk.git",
    "directory": "packages/sdk-types"
  },
  "description": "Shared TypeScript types 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": {},
  "nx": {
    "tags": [
      "scope:sdk-types"
    ]
  },
  "scripts": {
    "build": "pnpm nx nxBuild",
    "lint": "pnpm nx nxLint",
    "test": "pnpm nx nxTest",
    "test:watch": "pnpm nx nxTest --watch"
  }
}