{
  "name": "@particle-network/auth-core",
  "version": "3.0.0-alpha.3",
  "type": "module",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/types/index.d.ts",
  "license": "Apache-2.0",
  "homepage": "https://particle.network",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=16"
  },
  "author": "Particle Network",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "default": "./dist/index.mjs"
    },
    "./evm": {
      "types": "./dist/types/evm.d.ts",
      "default": "./dist/evm.mjs"
    },
    "./solana": {
      "types": "./dist/types/solana.d.ts",
      "default": "./dist/solana.mjs"
    }
  },
  "keywords": [
    "ethereum",
    "solana",
    "wallet",
    "blockchain",
    "auth",
    "mpc",
    "particle"
  ],
  "sideEffects": [
    "./dist/index.mjs"
  ],
  "scripts": {
    "build": "node build.js",
    "build:dev": "NODE_ENV=development yarn build",
    "build:watch": "yarn build --watch",
    "clean": "rm -rf dist",
    "dev": "yarn clean && NODE_ENV=development yarn build:watch & NODE_ENV=development yarn typegen:watch",
    "prepare": "yarn clean && NODE_ENV=production yarn build",
    "prebuild": "yarn typegen",
    "typecheck": "yarn tsc --noEmit",
    "typegen": "tsc --emitDeclarationOnly || true",
    "typegen:watch": "tsc --emitDeclarationOnly --watch"
  },
  "dependencies": {
    "@ethereumjs/tx": "^4.2.0",
    "@ethereumjs/util": "^8.1.0",
    "@metamask/eth-sig-util": "^7.0.3",
    "@metamask/rpc-errors": "^6.3.1",
    "@particle-network/analytics": "^1.0.2",
    "@particle-network/thresh-sig": "^0.7.8",
    "axios": "^1.5.0",
    "base64url": "^3.0.1",
    "bn.js": "^5.2.1",
    "bs58": "^5.0.0",
    "crypto-js": "^4.1.1",
    "ethereum-cryptography": "^2.0.0",
    "fast-json-stable-stringify": "^2.1.0",
    "lzutf8": "^0.6.3",
    "uuid": "^9.0.1"
  },
  "optionalDependencies": {
    "@aws-sdk/client-cognito-identity": "^3.58.0",
    "@aws-sdk/client-kms": "^3.58.0",
    "@aws-sdk/credential-providers": "^3.58.0",
    "@solana/web3.js": "^1.73.0"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.1.2",
    "@types/uuid": "^9.0.5"
  },
  "peerDependencies": {
    "viem": ">=2"
  },
  "peerDependenciesMeta": {
    "viem": {
      "optional": false
    }
  },
  "gitHead": "6aacccc7355a1de9a8ab63af4447fbcce7d8e379"
}
