{
  "name": "@ecadlabs/beacon-blockchain-substrate",
  "version": "4.8.4-ecad",
  "description": "Substrate blockchain support package for the Beacon SDK.",
  "author": "ECAD Labs",
  "homepage": "https://github.com/ecadlabs/beacon-sdk-taquito-patches",
  "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"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ecadlabs/beacon-sdk-taquito-patches.git"
  },
  "scripts": {
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json"
  },
  "bugs": {
    "url": "https://github.com/ecadlabs/beacon-sdk-taquito-patches/issues"
  },
  "dependencies": {
    "@ecadlabs/beacon-types": "4.8.4-ecad",
    "@ecadlabs/beacon-ui": "4.8.4-ecad"
  },
  "publishConfig": {
    "access": "public"
  }
}
