{
  "name": "@crossmint/client-sdk-base",
  "version": "2.3.0",
  "repository": "https://github.com/Crossmint/crossmint-sdk",
  "license": "Apache-2.0",
  "author": "Paella Labs Inc",
  "sideEffects": false,
  "type": "module",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE"
  ],
  "dependencies": {
    "@datadog/browser-logs": "6.24.1",
    "exponential-backoff": "3.1.1",
    "uuid": "9.0.1",
    "zod": "3.22.4",
    "@crossmint/client-sdk-window": "1.0.9",
    "@crossmint/common-sdk-base": "0.10.0"
  },
  "devDependencies": {
    "@ethersproject/transactions": "5.7.0",
    "@solana/web3.js": "1.98.1",
    "@types/uuid": "9.0.4"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test:vitest": "vitest run"
  }
}