-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 945 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
{
"name": "zeltrezjs",
"version": "2.12.0",
"description": "ZelTreZ JavaScript based library. Basic address and transaction construction for various cryptocurrencies.",
"main": "./lib/index.js",
"repository": "https://github.com/TheTrunk/zeltrezjs.git",
"author": "Tadeas Kmenta",
"license": "MIT",
"dependencies": {
"base-x": "^3.0.8",
"bignumber.js": "^9.0.1",
"bitcoinjs-message": "^2.1.4",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
"create-hash": "^1.2.0",
"elliptic": "^6.5.3",
"fp-ts": "^2.8.3",
"groestl-hash-js": "https://github.com/TheTrunk/groestl-hash-js",
"io-ts": "^2.2.10",
"json-bigint": "^1.0.0",
"secp256k1": "^3.8.0",
"stream-buffers": "^3.0.2",
"varuint-bitcoin": "^1.1.2"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-flow": "^6.23.0",
"chai": "^4.2.0",
"mocha": "^8.1.3"
}
}