{
  "name": "@sudoplatform/sudo-virtual-cards",
  "version": "16.0.0",
  "author": "Anonyome Labs, Inc.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sudoplatform/sudo-virtual-cards-js.git"
  },
  "scripts": {
    "lint": "concurrently \"yarn lint:eslint\" \"yarn lint:prettier\" \"yarn lint:circular\"",
    "lint:eslint": "eslint \"{bin,test,src}/**/*.{js,ts,tsx}\"",
    "lint:prettier": "prettier -l \"{bin,test,src}/**/*.{js,json,jsx,ts,tsx}\"",
    "lint:circular": "yarn madge --circular --extensions ts src test",
    "codegen": "graphql-codegen -c codegen.yml",
    "verify": "true",
    "unit-test": "jest --verbose test/unit --coverage",
    "integration-test": "jest --verbose test/integration",
    "smoketest": "yarn unit-test && jest --verbose test/integration/external",
    "clean": "rm -rf lib docs",
    "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 --readme \"${README_FILE:-$(test -f README.external.md && echo README.external.md || echo README.md)}\" --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",
    "types"
  ],
  "peerDependencies": {
    "@sudoplatform/sudo-api-client": "^16.0.0",
    "@sudoplatform/sudo-common": "^12.2.0",
    "@sudoplatform/sudo-user": "^16.0.0",
    "@sudoplatform/sudo-web-crypto-provider": "^12.0.0"
  },
  "dependencies": {
    "async-mutex": "^0.5.0",
    "fp-ts": "^2.16.11",
    "graphql": "^16.14.0",
    "io-ts": "^2.2.22",
    "io-ts-types": "^0.5.19",
    "lodash": "^4.18.1",
    "monocle-ts": "^2.3.13",
    "newtype-ts": "^0.3.5",
    "redux": "^5.0.1",
    "tslib": "^2.8.1"
  },
  "resolutions": {
    "graphql": "^16.14.0",
    "tmp": "^0.2.5",
    "axios": "^1.15.0",
    "fast-xml-parser": "^5.5.11",
    "@typescript-eslint/typescript-estree/minimatch": "^9.0.9",
    "socks": "^2.8.8",
    "uuid": "^11.1.1"
  },
  "devDependencies": {
    "@graphql-codegen/add": "^7.0.1",
    "@graphql-codegen/cli": "^7.1.2",
    "@graphql-codegen/typed-document-node": "^7.0.3",
    "@graphql-codegen/typescript": "^6.0.2",
    "@graphql-codegen/typescript-operations": "^6.0.3",
    "@sudoplatform/sudo-api-client": "^16.2.0",
    "@sudoplatform/sudo-common": "^12.2.7",
    "@sudoplatform/sudo-entitlements": "^18.0.3",
    "@sudoplatform/sudo-entitlements-admin": "^13.0.2",
    "@sudoplatform/sudo-profiles": "^19.0.0",
    "@sudoplatform/sudo-secure-id-verification": "^13.1.1",
    "@sudoplatform/sudo-user": "^17.1.1",
    "@sudoplatform/sudo-virtual-cards-simulator": "^7.0.0",
    "@sudoplatform/sudo-web-crypto-provider": "^12.0.0",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.24",
    "@types/luxon": "^3.7.1",
    "@types/node": "^22.19.19",
    "@typescript-eslint/eslint-plugin": "^7",
    "@typescript-eslint/parser": "^7",
    "concurrently": "^10.0.3",
    "dotenv": "^17.4.2",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.2",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^27.9.0",
    "eslint-plugin-prettier": "^5.5.6",
    "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",
    "luxon": "^3.7.2",
    "madge": "^6.1.0",
    "prettier": "3.8.3",
    "prettier-plugin-organize-imports": "^4.3.0",
    "stripe": "^22.2.0",
    "subscriptions-transport-ws": "^0.11.0",
    "ts-jest": "^29.4.11",
    "ts-mockito": "^2.6.1",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.19",
    "typescript": "~5.9.3",
    "uuid": "^11.1.1",
    "wait-for-expect": "^4.0.0",
    "websocket": "^1.0.35"
  },
  "packageManager": "yarn@4.16.0+sha512.5374c94eb4ef6aa8188fb112f20c1aa6569f248d676c5e576e1fd2a1a4d8d87a96df65d9dfe1c2a0252cbe38bda46cf18d955005b81b43cc7607a5c9d56fd2b6",
  "auditSuppressions": {
    "1119459": {
      "until": 1783049043,
      "untilISO": "2026-07-03T03:24:03Z",
      "reason": "js-cookie: No patch available for deprecated version"
    }
  }
}
