-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 4.77 KB
/
package.json
File metadata and controls
146 lines (146 loc) · 4.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@hiero-ledger/sdk",
"version": "2.83.0-beta.1",
"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": {
"ethers": "6.16.0",
"@grpc/grpc-js": "1.12.6",
"@hiero-ledger/cryptography": "workspace:*",
"@hiero-ledger/proto": "workspace:*",
"ansi-regex": "6.2.2",
"ansi-styles": "6.2.3",
"bignumber.js": "10.0.2",
"bn.js": "5.2.3",
"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": "8.0.0",
"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",
"@hashgraph/solo": "^0.52.0",
"@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": "25.5.0",
"@types/utf8": "3.0.1",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.62.0",
"@vitest/browser": "4.0.18",
"@vitest/browser-playwright": "4.0.18",
"@vitest/coverage-istanbul": "4.0.18",
"@vitest/coverage-v8": "4.0.18",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-module-rewrite": "0.2.0",
"c8": "10.1.3",
"chromedriver": "146.0.1",
"codecov": "3.8.3",
"dotenv": "17.2.3",
"dpdm": "3.15.1",
"eslint": "8.57.1",
"eslint-plugin-compat": "6.1.0",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-ie11": "1.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "62.5.5",
"eslint-plugin-n": "17.16.1",
"eslint-plugin-vitest": "0.3.25",
"geckodriver": "6.0.1",
"jsdom": "28.1.0",
"msw": "2.10.2",
"npm-run-all": "4.1.5",
"npx": "10.2.2",
"nyc": "18.0.0",
"playwright": "1.55.1",
"prettier": "3.0.3",
"rollup": "4.59.0",
"sinon": "21.0.0",
"typedoc": "0.28.1",
"typescript": "5.9.3",
"vite": "7.3.1",
"vitest": "4.0.18"
},
"peerDependencies": {
"bn.js": "5.2.3"
},
"resolutions": {
"bn.js": "5.2.3"
}
}