{
  "name": "@hashport/sdk",
  "version": "0.0.2",
  "description": "Utility functions for interacting with the hashport bridge",
  "main": "./dist/index.js",
  "type": "module",
  "private": false,
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "test:e2e": "npm run build && ts-node ./lib/test/e2e.ts"
  },
  "dependencies": {
    "cross-fetch": "^3.1.5",
    "uuid": "^9.0.0",
    "zustand": "^4.4.1"
  },
  "peerDependencies": {
    "@hashgraph/sdk": "^2.24.2",
    "hashconnect": "^0.2.4",
    "viem": "^1.x",
    "wagmi": "^1.3.9"
  },
  "peerDependenciesMeta": {
    "@hashgraph/sdk": {
      "optional": false
    },
    "hashconnect": {
      "optional": true
    },
    "wagmi": {
      "optional": true
    },
    "viem": {
      "optional": false
    }
  },
  "devDependencies": {
    "@types/uuid": "^9.0.2",
    "abitype": "^0.8.11",
    "dotenv": "^16.3.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BCWResearch/hashport-framework.git"
  },
  "keywords": [
    "hashport",
    "bridge",
    "crypto",
    "hedera",
    "ethereum",
    "sdk"
  ],
  "author": "John D",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BCWResearch/hashport-framework/issues"
  },
  "homepage": "https://github.com/BCWResearch/hashport-framework#readme"
}