{
  "name": "@miden-sdk/miden-wallet-adapter-reactui",
  "version": "0.15.1",
  "description": "React UI Components for connecting Miden-compatible wallets to your dApp.",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/demox-labs/miden-wallet-adapter.git"
  },
  "author": "Demox Labs",
  "license": "MIT",
  "scripts": {
    "build": "tsc && yarn copy-files",
    "clean": "rimraf dist/ node_modules/",
    "copy-files": "copyfiles styles.css dist/",
    "doc": "typedoc --disableSources --plugin typedoc-plugin-markdown"
  },
  "dependencies": {
    "@miden-sdk/miden-wallet-adapter-base": "^0.15.1",
    "@miden-sdk/miden-wallet-adapter-react": "^0.15.1"
  },
  "devDependencies": {
    "@types/react-dom": "^19.0.4",
    "copyfiles": "^2.4.1",
    "react": "^19.1.1",
    "react-dom": "^19.1.1"
  },
  "peerDependencies": {
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "react": "^19.1.1",
    "react-dom": "^19.1.1"
  }
}
