{
  "name": "@particle-network/btc-connectkit",
  "version": "1.0.0-alpha.31",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "esm"
  ],
  "author": "Particle Network",
  "homepage": "https://particle.network",
  "publishConfig": {
    "access": "public"
  },
  "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": {
    "@ethereumjs/util": "^9.0.1",
    "@particle-network/aa": "^2.0.2",
    "@particle-network/chains": "*",
    "@particle-network/wallet": "^2.0.6",
    "bitcore-lib": "^10.0.23",
    "react-remove-scroll": "^2.5.7",
    "sats-connect": "^1.4.1",
    "viem": "^2.0.3"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "esbuild-css-modules-plugin": "^3.1.0",
    "esbuild-sass-plugin": "^2.16.1",
    "esbuild-scss-modules-plugin": "^1.1.1",
    "react": "^18",
    "react-dom": "^18",
    "sass": "^1.69.7"
  },
  "peerDependencies": {
    "react": ">=17.0.0"
  },
  "gitHead": "478e8d2f037a4eaafdce4a1a98dea66588944193"
}
