{
  "name": "@sudoplatform/sudo-entitlements-admin",
  "version": "13.0.1",
  "author": "Anonyome Labs, Inc.",
  "repository": {
    "type": "git",
    "url": "https://github.com/sudoplatform/sudo-entitlements-admin-js.git"
  },
  "license": "Apache-2.0",
  "scripts": {
    "lint": "yarn lint:eslint && yarn lint:prettier",
    "lint:eslint": "eslint \"{bin,test,src}/**/*.{js,ts,tsx}\"",
    "lint:prettier": "prettier -l \"**/*.{js,ts,json,yml}\"",
    "codegen": "graphql-codegen -c codegen.yml",
    "verify:pre": "yarn codegen",
    "verify": "true",
    "unit-test": "jest --verbose --coverage src",
    "integration-test": "jest test/integration",
    "smoketest": "yarn build:transpile && yarn unit-test && yarn integration-test",
    "clean": "yarn rimraf ./docs ./lib ./cjs ./types",
    "build": "yarn codegen && yarn build:transpile && yarn build:docs",
    "build:transpile": "concurrently \"yarn build:transpile:declarations\" \"yarn build:transpile:cjs\" \"yarn build:transpile:esm\"",
    "build:transpile:cjs": "tsc --project tsconfig.commonjs.json",
    "build:transpile:esm": "tsc",
    "build:transpile:declarations": "tsc --project tsconfig.declarations.json",
    "build:docs": "typedoc --treatWarningsAsErrors --excludePrivate --out docs src/index.ts"
  },
  "main": "./cjs/index.js",
  "types": "./types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./lib/index.js",
      "require": "./cjs/index.js",
      "default": "./lib/index.js"
    }
  },
  "sideEffects": false,
  "files": [
    "cjs",
    "lib",
    "docs",
    "types"
  ],
  "peerDependencies": {
    "@sudoplatform/sudo-common": "^12.2.0"
  },
  "dependencies": {
    "@graphql-typed-document-node/core": "^3.2.0",
    "@sudoplatform/sudo-user": "^16.0.2",
    "aws-amplify": "^6.15.10",
    "fp-ts": "^2.16.11",
    "graphql": "^16.12.0",
    "io-ts": "^2.2.22",
    "monocle-ts": "^2.3.13",
    "newtype-ts": "^0.3.5",
    "redux": "^5.0.1",
    "tslib": "^2.8.1",
    "uuid": "^11.1.0"
  },
  "resolutions": {
    "graphql": "^16.12.0"
  },
  "devDependencies": {
    "@graphql-codegen/add": "^6.0.0",
    "@graphql-codegen/cli": "^6.1.1",
    "@graphql-codegen/typed-document-node": "^6.1.5",
    "@graphql-codegen/typescript": "^5.0.7",
    "@graphql-codegen/typescript-operations": "^5.0.7",
    "@graphql-tools/utils": "^10.11.0",
    "@sudoplatform/sudo-api-client": "16.1.1",
    "@sudoplatform/sudo-common": "^12.2.2",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.19.7",
    "@typescript-eslint/eslint-plugin": "^8.53.0",
    "@typescript-eslint/parser": "^8.53.0",
    "concurrently": "^9.2.1",
    "dotenv": "^17.2.3",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.2",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-tree-shaking": "^1.12.2",
    "husky": "^9.1.7",
    "isomorphic-fetch": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.8.0",
    "rimraf": "^6.1.2",
    "ts-jest": "^29.4.6",
    "ts-mockito": "^2.6.1",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.16",
    "typescript": "^5.9.3",
    "wait-for-expect": "^4.0.0"
  },
  "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8",
  "auditSuppressions": {
    "1111987": {
      "until": 1771131969,
      "untilISO": "2026-02-15T05:06:09Z",
      "reason": "waiting to upgrade - @smithy/config-resolver"
    },
    "1112148": {
      "until": 1771131792,
      "untilISO": "2026-02-15T05:03:12Z",
      "reason": "Waiting for patch - diff"
    }
  }
}
