{
  "name": "@tezos-x/octez.connect-dapp",
  "version": "5.0.1",
  "description": "Use this package on your dApp to instanciate a DAppClient object and communicate to wallets.",
  "author": "Blockchain Infra <blockchain.infra@trili.tech>",
  "homepage": "https://octez-connect.tezos.com",
  "license": "ISC",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "unpkg": "dist/octez.connect.dapp.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/trilitech/octez.connect.git"
  },
  "scripts": {
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/trilitech/octez.connect/issues"
  },
  "dependencies": {
    "@tezos-x/octez.connect-blockchain-tezos": "5.0.1",
    "@tezos-x/octez.connect-core": "5.0.1",
    "@tezos-x/octez.connect-transport-matrix": "5.0.1",
    "@tezos-x/octez.connect-transport-postmessage": "5.0.1",
    "@tezos-x/octez.connect-transport-walletconnect": "5.0.1",
    "@tezos-x/octez.connect-types": "5.0.1",
    "@tezos-x/octez.connect-ui": "5.0.1",
    "@tezos-x/octez.connect-utils": "5.0.1",
    "@walletconnect/types": "^2.23.6",
    "broadcast-channel": "^7.3.0",
    "bs58check": "4.0.0"
  }
}
