{
  "name": "@airgap/beacon-wallet",
  "version": "4.8.1",
  "description": "Use this package in your wallet to instanciate a WalletClient object and communicate to dApps.",
  "author": "Andreas Gassmann <a.gassmann@papers.ch>",
  "homepage": "https://walletbeacon.io",
  "license": "ISC",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "unpkg": "dist/walletbeacon.wallet.min.js",
  "types": "dist/esm/index.d.ts",
  "exports": {
    "require": "./dist/cjs/index.js",
    "import": "./dist/esm/index.js"
  },
  "directories": {
    "lib": "dist/esm",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airgap-it/beacon-sdk.git"
  },
  "scripts": {
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/airgap-it/beacon-sdk/issues"
  },
  "dependencies": {
    "@airgap/beacon-core": "4.8.0",
    "@airgap/beacon-transport-matrix": "4.8.1",
    "@airgap/beacon-transport-postmessage": "4.8.0"
  },
  "gitHead": "973c398c77304a9655f01ecf2fc577456adf136d"
}
