{
  "name": "@arcblock/did-connect",
  "version": "3.0.43",
  "description": "Client side library to work with DID Connect by ArcBlock.",
  "keywords": [
    "react",
    "arcblock",
    "component"
  ],
  "author": "wangshijun<wangshijun2010@gmail.com>",
  "homepage": "https://github.com/ArcBlock/ux#readme",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArcBlock/ux.git"
  },
  "scripts": {
    "lint": "eslint src tests --ext js --ext jsx",
    "lint:fix": "npm run lint -- --fix",
    "build": "vite build",
    "autoexports": "node tools/auto-exports.js",
    "watch": "vite build --watch",
    "precommit": "CI=1 npm run lint",
    "prepush": "CI=1 npm run lint",
    "prepublish": "npm run build",
    "test": "node tools/jest.js",
    "coverage": "npm run test -- --coverage"
  },
  "bugs": {
    "url": "https://github.com/ArcBlock/ux/issues"
  },
  "dependencies": {
    "@arcblock/bridge": "3.0.43",
    "@arcblock/did": "^1.21.0",
    "@arcblock/icons": "3.0.43",
    "@arcblock/react-hooks": "3.0.43",
    "@arcblock/ws": "^1.21.0",
    "@fontsource/lexend": "^5.2.9",
    "@iconify-icons/logos": "^1.2.36",
    "@iconify-icons/material-symbols": "^1.2.58",
    "@iconify/react": "^5.2.1",
    "@ocap/util": "^1.21.0",
    "@simplewebauthn/browser": "^13.1.0",
    "ahooks": "^3.8.5",
    "axios": "^1.10.0",
    "base64-url": "^2.3.3",
    "buffer": "^6.0.3",
    "color-convert": "^3.1.0",
    "eventemitter3": "^5.0.1",
    "flat": "^5.0.2",
    "js-cookie": "^2.2.1",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.21",
    "mdi-material-ui": "^7.9.4",
    "p-queue": "^6.6.2",
    "p-retry": "^6.2.1",
    "p-wait-for": "^5.0.2",
    "path-to-regexp": "^1.9.0",
    "semver": "^7.7.2",
    "tweetnacl": "^1.0.3",
    "tweetnacl-sealedbox-js": "^1.2.0",
    "ufo": "^1.6.1"
  },
  "peerDependencies": {
    "@arcblock/ux": "^3.0.23",
    "@blocklet/js-sdk": "^1.16.46",
    "@blocklet/theme": "^3.0.23",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/material": "^7.2.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "eslint-plugin-react-hooks": "^4.6.2",
    "jest": "^29.7.0"
  },
  "gitHead": "8c5736c8aa0cde4ebebc4c5e7c666034bbdded65"
}
