{
  "name": "@tezos-x/octez.connect-core",
  "version": "5.0.3",
  "description": "This package contains internal methods that are used by both the dApp and wallet client.",
  "author": "Blockchain Infra <blockchain.infra@trili.tech>",
  "homepage": "https://octez-connect.tezos.com",
  "license": "ISC",
  "main": "dist/cjs/src/index.js",
  "module": "dist/esm/src/index.js",
  "types": "dist/esm/src/index.d.ts",
  "exports": {
    "require": "./dist/cjs/src/index.js",
    "import": "./dist/esm/src/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": {
    "@stablelib/blake2b": "^2.0.1",
    "@stablelib/nacl": "^2.0.1",
    "@stablelib/utf8": "^2.1.0",
    "@stablelib/x25519-session": "^2.0.1",
    "@tezos-x/octez.connect-types": "5.0.3",
    "@tezos-x/octez.connect-utils": "5.0.3",
    "broadcast-channel": "^7.3.0",
    "bs58check": "4.0.0"
  }
}
