{
  "name": "@airgap/beacon-blockchain-substrate",
  "version": "4.8.0",
  "description": "This package adds support for `substrate` based blockchains. It can be used in combination with the `@airgap/beacon-dapp` or `@airgap/beacon-wallet` packages.",
  "author": "Andreas Gassmann <a.gassmann@papers.ch>",
  "homepage": "https://walletbeacon.io",
  "license": "ISC",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.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"
  },
  "bugs": {
    "url": "https://github.com/airgap-it/beacon-sdk/issues"
  },
  "dependencies": {
    "@airgap/beacon-types": "4.8.0",
    "@airgap/beacon-ui": "4.8.0"
  },
  "gitHead": "7eab7d28ce0d2d53804090b0851d96f122996e67"
}
