{
  "name": "halliday-sdk",
  "version": "1.8.0-beta-5",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "umd:main": "dist/umd/index.js",
  "unpkg": "dist/umd/index.js",
  "browser": {
    "@walletconnect/logger": "./browser-shims/walletconnect-logger.js"
  },
  "types": "dist/types/index.d.ts",
  "author": "Halliday",
  "license": "MIT",
  "files": [
    "dist/**/*",
    "browser-shims/**/*"
  ],
  "dependencies": {
    "@web3auth/auth": "^10.5.0",
    "@web3auth/base": "^9.7.0",
    "@web3auth/ethereum-provider": "^9.7.0",
    "@web3auth/no-modal": "^10.3.0",
    "@web3auth/single-factor-auth": "^9.5.0",
    "axios": "^1.4.0",
    "crypto-browserify": "^3.12.1",
    "ethers": "^6",
    "react": "^18.2.0",
    "viem": "^2.34.0"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@types/jest": "^29.5.12",
    "@types/node": "^24.3.0",
    "@types/react": "^18.0.21",
    "babel-loader": "^9.1.3",
    "browserify-zlib": "^0.2.0",
    "buffer": "^6.0.3",
    "dotenv": "^16.4.5",
    "https-browserify": "^1.0.0",
    "jest": "^29.7.0",
    "rollup": "^3.29.5",
    "rollup-plugin-typescript2": "^0.36.0",
    "stream-browserify": "^3.0.0",
    "stream-http": "^3.2.0",
    "terser-webpack-plugin": "^5.3.9",
    "ts-jest": "^29.1.2",
    "ts-loader": "^9.5.0",
    "typescript": "^5.6.3",
    "url": "^0.11.3",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  },
  "scripts": {
    "build": "rm -rf dist && pnpm exec webpack --config webpack.config.js && pnpm exec rollup -c && pnpm run build:rn",
    "build:rn": "pnpm exec webpack --config webpack.react-native.config.js",
    "safe-publish": "rm -rf node_modules dist && pnpm install && pnpm run build && pnpm publish --access public --no-git-checks",
    "test": "jest --detectOpenHandles"
  }
}