forked from TheTrunk/zeltrezjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 984 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
{
"name": "@runonflux/zelcorejs",
"version": "2.14.0",
"description": "ZelCore JavaScript based library. Basic address and transaction construction for various cryptocurrencies.",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zelcore-io/zelcorejs.git"
},
"author": "Tadeas Kmenta",
"license": "MIT",
"dependencies": {
"@runonflux/bitcoinjs-message": "^2.3.0",
"@runonflux/groestl-hash-js": "^1.0.1 ",
"base-x": "^3.0.8",
"bignumber.js": "^9.0.1",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
"create-hash": "^1.2.0",
"elliptic": "^6.5.4",
"fp-ts": "^2.9.5",
"io-ts": "^2.2.15",
"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"
}
}