{
  "name": "@b2network/b2-wallet-kit",
  "version": "0.3.56",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "esm"
  ],
  "author": "lance10030",
  "browserslist": [
    "> 0.1%",
    "last 2 versions",
    "ie>=9"
  ],
  "keywords": [
    "btc",
    "connect",
    "bitcoin",
    "wallet",
    "connectkit",
    "mpc",
    "particle"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "echo '{ \"type\": \"commonjs\" }' > dist/package.json && node esBuild.js",
    "build:development": "echo '{ \"type\": \"commonjs\" }' > dist/package.json && NODE_ENV=development node esBuild.js",
    "build:watch": "yarn build --watch",
    "clean": "rm -rf dist && rm -rf esm",
    "dev": "yarn clean && NODE_ENV=development yarn build:watch & NODE_ENV=development yarn typegen:watch",
    "prepare": "MINIFY_CSS=true yarn build",
    "prebuild": "yarn typegen",
    "typecheck": "yarn tsc --noEmit",
    "typegen": "tsc --emitDeclarationOnly || true",
    "typegen:watch": "tsc --emitDeclarationOnly --watch"
  },
  "dependencies": {
    "react-device-detect": "^2.2.3",
    "react-modal": "^3.16.1"
  },
  "devDependencies": {
    "@particle-network/btc-connectkit": "^1.0.0-alpha.24",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/react-modal": "^3.16.3",
    "cssnano": "^6.0.3",
    "esbuild": "^0.15.18",
    "esbuild-css-modules-plugin": "^3.1.0",
    "esbuild-plugin-replace": "^1.4.0",
    "esbuild-sass-plugin": "^2.16.1",
    "esbuild-scss-modules-plugin": "^1.1.1",
    "react": "^18",
    "react-dom": "^18",
    "sass": "^1.69.7",
    "viem": "^2.19.8",
    "wagmi": "^2.12.6"
  },
  "peerDependencies": {
    "react": ">=17.0.0"
  }
}
