forked from antoncoding/crypto-hex-decoder
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 973 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 973 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": "raw-transaction-hex-decoder",
"version": "1.3.1",
"description": "Decode BTC, ETH, XRP, BNB Raw Transactions HEX",
"main": "index.js",
"scripts": {
"test": "jest -t"
},
"author": "anton",
"keywords": [
"btc",
"address",
"cryptocurrency",
"transactions",
"tx",
"binance",
"bnb",
"rawtx",
"blockchain",
"decode"
],
"license": "ISC",
"dependencies": {
"bech32": "^1.1.3",
"bitcoinjs-lib": "5.0.5",
"is_js": "^0.9.0",
"jest": "^24.8.0",
"protocol-buffers-encodings": "^1.1.0",
"safe-buffer": "^5.1.2"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/antoncoding/raw-transaction-hex-decoder.git"
},
"bugs": {
"url": "https://github.com/antoncoding/raw-transaction-hex-decoder/issues"
},
"homepage": "https://github.com/antoncoding/raw-transaction-hex-decoder#readme"
}