-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
45 lines (45 loc) · 988 Bytes
/
package.json
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
{
"name": "tron-tx-decoder",
"version": "2.0.2",
"description": "Lightweight utility for decoding function parameters and function output from Tron blocklchain transactions.",
"license": "MIT",
"keywords": [
"tron",
"transaction",
"smart",
"contract",
"abi",
"function",
"functions",
"parameters",
"params",
"event",
"events",
"decoder",
"decode",
"RLP",
"parse",
"parser",
"ethers",
"ethers.js",
"trx",
"raw",
"tx"],
"repository": {
"type" : "git",
"url" : "https://github.com/meetsiraja/tron-tx-decoder.git"
},
"bugs": {
"url": "https://github.com/meetsiraja/tron-tx-decoder/issues"
},
"homepage": "https://github.com/meetsiraja/tron-tx-decoder",
"author": "https://github.com/meetsiraja",
"main": "decoder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^0.21.1",
"ethers": "^4.0.40"
}
}