{
  "name": "@crossmint/client-sdk-auth",
  "version": "1.3.16",
  "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",
    "README.md"
  ],
  "dependencies": {
    "jwt-decode": "4.0.0",
    "@crossmint/client-sdk-base": "2.5.1",
    "@crossmint/common-sdk-auth": "1.1.14",
    "@crossmint/common-sdk-base": "0.11.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test:vitest": "vitest run"
  }
}