-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "cryptoapis-kms",
"version": "0.7.2",
"description": "Crypto APIs - Key Management System",
"main": "src/index.js",
"homepage": "https://github.com/Crypto-APIs/Crypto_APIs_Key_Management_System#readme",
"repository": {
"type": "git",
"url": "https://github.com/Crypto-APIs/Crypto_APIs_Key_Management_System"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Crypto APIs",
"license": "MIT",
"dependencies": {
"@dashevo/dashcore-lib": "^0.19.44",
"@ethereumjs/common": "^2.6.0",
"@ethereumjs/tx": "^3.5.2",
"bip39": "^3.0.4",
"bitcoinjs-lib": "^5.2.0",
"bitcore-lib": "^8.25.30",
"bitcore-lib-cash": "^8.25.40",
"bitcore-lib-doge": "^8.25.40",
"bitcore-lib-ltc": "^8.25.40",
"bs58": "^2.0.0",
"cryptoapis": "^1.12.0",
"decimal.js": "^10.3.1",
"ecpair": "^2.1.0",
"ethereumjs-util": "^7.1.5",
"hdkey": "^2.0.1",
"hex2dec": "^1.1.2",
"tiny-secp256k1": "^2.2.1",
"xrpl": "^2.5.0"
}
}