{
  "name": "sh-hashgraph-sdk",
  "version": "1.0.0",
  "description": "Hedera™ Hashgraph SDK",
  "types": "./lib/index.d.ts",
  "main": "./lib/index.cjs",
  "module": "./src/index.js",
  "react-native": {
    "./lib/index.cjs": "./src/native.js",
    "./src/encoding/hex.js": "./src/encoding/hex.native.js",
    "./src/encoding/utf8.js": "./src/encoding/utf8.native.js",
    "./src/cryptography/sha384.js": "./src/cryptography/sha384.native.js"
  },
  "browser": {
    "./src/index.js": "./src/browser.js",
    "./src/encoding/hex.js": "./src/encoding/hex.browser.js",
    "./src/encoding/utf8.js": "./src/encoding/utf8.browser.js",
    "./src/cryptography/sha384.js": "./src/cryptography/sha384.browser.js",
    "crypto": false
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./src/index.js",
      "require": "./lib/index.cjs"
    }
  },
  "license": "Apache-2.0",
  "author": "Launchbadge <contact@launchbadge.com>",
  "repository": "https://github.com/hashgraph/hedera-sdk-js",
  "bugs": "https://github.com/hashgraph/hedera-sdk-js/issues",
  "type": "module",
  "keywords": [
    "hedera",
    "hashgraph",
    "sdk",
    "transactions"
  ],
  "files": [
    "lib/",
    "src/"
  ],
  "engines": {
    "node": ">=10.17.0"
  },
  "browserslist": [
    "> 0.5%",
    "last 2 versions",
    "not dead",
    "not op_mini all",
    "not ie > 0"
  ],
  "dependencies": {
    "@ethersproject/rlp": "^5.7.0",
    "@hashgraph/cryptography": "^1.4.1",
    "@hashgraph/proto": "2.11.0",
    "axios": "^0.27.2",
    "bignumber.js": "^9.1.0",
    "crypto-js": "^4.1.1",
    "js-base64": "^3.7.2",
    "js-logger": "^1.6.1",
    "long": "^4.0.0",
    "protobufjs": "^6.11.3",
    "utf8": "^3.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.10",
    "@babel/core": "^7.19.1",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-modules-commonjs": "^7.18.6",
    "@babel/register": "^7.18.9",
    "@playwright/test": "^1.26.0",
    "@types/chai": "^4.3.3",
    "@types/crypto-js": "^4.1.1",
    "@types/long": "^4.0.2",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.45",
    "@types/utf8": "^3.0.1",
    "@typescript-eslint/eslint-plugin": "^5.38.0",
    "@typescript-eslint/parser": "^5.38.0",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "babel-plugin-module-rewrite": "^0.2.0",
    "c8": "^7.12.0",
    "chai": "^4.3.6",
    "chromedriver": "^100.0.0",
    "codecov": "^3.8.3",
    "dotenv": "^14.3.2",
    "dpdm": "^3.10.0",
    "eslint": "^8.23.1",
    "eslint-plugin-chai-expect": "^3.0.0",
    "eslint-plugin-compat": "^4.0.2",
    "eslint-plugin-deprecation": "^1.3.2",
    "eslint-plugin-ie11": "^1.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsdoc": "^37.9.7",
    "eslint-plugin-mocha": "^10.1.0",
    "eslint-plugin-node": "^11.1.0",
    "expo": "^45.0.8",
    "geckodriver": "^3.0.2",
    "mocha": "^9.2.2",
    "npm-run-all": "^4.1.5",
    "npx": "^10.2.2",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "typedoc": "^0.22.18",
    "typescript": "^4.8.3",
    "vite": "^3.1.3",
    "yalc": "1.0.0-pre.53"
  },
  "peerDependencies": {
    "expo": "^45.0.3"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  }
}
