@hiero-ledger/sdk
Version:
139 lines • 4.08 kB
JSON
{
"name": "@hiero-ledger/sdk",
"version": "2.70.0",
"description": "Hiero 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": {
"./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",
".": {
"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",
"@hashgraph/cryptography": "1.9.0",
"@hashgraph/proto": "2.20.0",
"bignumber.js": "^9.1.1",
"bn.js": "^5.1.1",
"crypto-js": "^4.2.0",
"js-base64": "^3.7.4",
"long": "^5.3.1",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"protobufjs": "7.2.5",
"rfc4648": "^1.5.3",
"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": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.3",
"@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.1",
"@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": "^138.0.0",
"codecov": "^3.8.3",
"dotenv": "^17.0.1",
"dpdm": "^3.11.0",
"eslint": "^8.52.0",
"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": "^52.0.2",
"eslint-plugin-n": "^17.16.1",
"eslint-plugin-vitest": "0.3.25",
"geckodriver": "^5.0.0",
"jsdom": "^26.0.0",
"msw": "^2.10.2",
"npm-run-all": "^4.1.5",
"npx": "^10.2.2",
"nyc": "^17.1.0",
"playwright": "^1.51.1",
"prettier": "^3.0.3",
"rollup": "^4.34.8",
"sinon": "^21.0.0",
"typedoc": "^0.28.1",
"typescript": "^5.7.2",
"vite": "^6.1.6",
"vitest": "^3.1.1",
"yalc": "1.0.0-pre.53"
},
"peerDependencies": {
"bn.js": "^5.2.1"
},
"resolutions": {
"bn.js": "5.2.1"
}
}