@hiero-ledger/sdk
Version:
147 lines • 4.38 kB
JSON
{
"name": "@hiero-ledger/sdk",
"version": "2.78.0",
"description": "Hiero SDK",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
"module": "./src/index.js",
"react-native": {
"./lib/index.cjs": "./lib/native.js",
"./lib/encoding/hex.js": "./lib/encoding/hex.native.cjs",
"./lib/encoding/hex.cjs": "./lib/encoding/hex.native.cjs",
"./lib/encoding/utf8.js": "./lib/encoding/utf8.native.cjs",
"./lib/encoding/utf8.cjs": "./lib/encoding/utf8.native.cjs",
"./lib/cryptography/sha384.js": "./lib/cryptography/sha384.native.cjs",
"./lib/cryptography/sha384.cjs": "./lib/cryptography/sha384.native.cjs"
},
"browser": {
"./lib/index.js": "./lib/browser.js",
"./lib/network/AddressBookQuery.js": "./lib/network/AddressBookQueryWeb.js",
"./lib/encoding/hex.js": "./lib/encoding/hex.browser.js",
"./lib/encoding/utf8.js": "./lib/encoding/utf8.browser.js",
"./lib/cryptography/sha384.js": "./lib/cryptography/sha384.browser.js",
"crypto": false
},
"exports": {
"./package.json": "./package.json",
".": {
"react-native": "./lib/native.js",
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.cjs"
}
},
"license": "Apache-2.0",
"author": "Launchbadge <contact@launchbadge.com>",
"repository": "https://github.com/hiero-ledger/hiero-sdk-js",
"bugs": "https://github.com/hiero-ledger/hiero-sdk-js/issues",
"type": "module",
"keywords": [
"hiero",
"hedera",
"hashgraph",
"sdk",
"transactions"
],
"sideEffects": true,
"files": [
"lib/",
"src/",
"dist/"
],
"engines": {
"node": ">=18.0.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead",
"not op_mini all",
"not ie > 0"
],
"dependencies": {
"@ethersproject/abi": "5.8.0",
"@ethersproject/bignumber": "5.8.0",
"@ethersproject/bytes": "5.8.0",
"@ethersproject/rlp": "5.8.0",
"@grpc/grpc-js": "1.12.6",
"@hiero-ledger/cryptography": "1.15.0",
"@hiero-ledger/proto": "2.25.0",
"ansi-regex": "6.2.2",
"ansi-styles": "6.2.3",
"bignumber.js": "9.1.1",
"bn.js": "5.1.1",
"crypto-js": "4.2.0",
"debug": "4.4.1",
"js-base64": "3.7.4",
"long": "5.3.1",
"pino": "10.1.0",
"pino-pretty": "13.0.0",
"protobufjs": "7.5.4",
"rfc4648": "1.5.3",
"strip-ansi": "7.1.2",
"utf8": "3.0.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "7.23.3",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-export-namespace-from": "7.22.3",
"@babel/plugin-transform-modules-commonjs": "7.21.5",
"@babel/preset-env": "7.22.15",
"@babel/register": "7.22.5",
"@grpc/proto-loader": "0.7.9",
"@playwright/test": "1.30.0",
"@rollup/plugin-alias": "6.0.0",
"@rollup/plugin-commonjs": "29.0.0",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"@types/crypto-js": "4.2.0",
"@types/node": "24.0.8",
"@types/utf8": "3.0.1",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.62.0",
"@vitest/browser": "3.1.2",
"@vitest/coverage-v8": "3.1.2",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-module-rewrite": "0.2.0",
"c8": "10.1.3",
"chromedriver": "142.0.0",
"codecov": "3.8.3",
"dotenv": "17.0.1",
"dpdm": "3.11.0",
"eslint": "8.57.1",
"eslint-plugin-compat": "6.0.2",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-ie11": "1.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "61.1.11",
"eslint-plugin-n": "17.16.1",
"eslint-plugin-vitest": "0.3.25",
"geckodriver": "6.0.1",
"jsdom": "27.0.0",
"msw": "2.10.2",
"npm-run-all": "4.1.5",
"npx": "10.2.2",
"nyc": "17.1.0",
"playwright": "1.55.1",
"prettier": "3.0.3",
"rollup": "4.34.8",
"sinon": "21.0.0",
"typedoc": "0.28.1",
"typescript": "5.7.2",
"vite": "6.4.1",
"vitest": "3.1.2",
"yalc": "1.0.0-pre.53"
},
"peerDependencies": {
"bn.js": "5.2.1"
},
"resolutions": {
"bn.js": "5.2.1"
}
}