-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 921 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 921 Bytes
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
{
"name": "@crypto-hex-decoder/bnb",
"version": "2.1.0",
"description": "Binance mainnet transaction hex decoder.",
"main": "index.js",
"scripts": {
"test": "jest -t"
},
"directories": {
"test": "test"
},
"author": "anton",
"keywords": [
"address",
"cryptocurrency",
"transactions",
"tx",
"hex",
"binance",
"bnb",
"rawtx",
"blockchain",
"decode"
],
"license": "ISC",
"dependencies": {
"bech32": "^1.1.3",
"is_js": "^0.9.0",
"protocol-buffers-encodings": "^1.1.0",
"safe-buffer": "^5.1.2"
},
"devDependencies": {
"jest": "^24.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoncoding/crypto-hex-decoder.git"
},
"bugs": {
"url": "https://github.com/antoncoding/crypto-hex-decoder/issues"
},
"homepage": "https://github.com/antoncoding/crypto-hex-decoder/packages/bnb#readme"
}