-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
96 lines (96 loc) · 2.46 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "cceb",
"version": "1.5.7",
"description": "Bash program to trade and interact with RadixDLT and Ethereum",
"main": "cceb",
"scripts": {
"test": "mocha",
"postinstall": "./install-tab-completion.sh"
},
"keywords": [
"radix",
"radixdlt",
"ethereum",
"ccxt",
"bash",
"crypto",
"ledger",
"smart contract",
"cli",
"airsign",
"aave"
],
"author": "Robert Horvath",
"license": "MIT",
"bin": {
"cceb": "./cceb",
"cceb-telegram": "./bin/telegram.js"
},
"dependencies": {
"@airgap/coinlib-core": "^0.13.14",
"@ethereumjs/common": "^3.1.1",
"@ethereumjs/rlp": "^4.0.1",
"@ethereumjs/tx": "^4.1.1",
"@ethereumjs/util": "^8.0.6",
"@keystonehq/bc-ur-registry-eth": "^0.19.1",
"@ledgerhq/hw-app-eth": "^6.33.3",
"@ledgerhq/hw-transport-node-hid-singleton": "^6.28.11",
"@ledgerhq/logs": "^6.10.1",
"@metamask/eth-sig-util": "^5.1.0",
"@ngraveio/bc-ur": "^1.1.6",
"@radixdlt/account": "^3.0.6",
"@walletconnect/client": "^1.7.8",
"@walletconnect/core": "^2.7.0",
"@walletconnect/sign-client": "^2.7.3",
"@walletconnect/utils": "^2.7.3",
"@walletconnect/web3wallet": "^1.5.1",
"argparse": "^1.0.10",
"axios": "^0.21.4",
"bignumber.js": "^9.0.0",
"bn": "^1.0.4",
"ccxt": "^3.1.5",
"chrono-node": "^2.2.0",
"colors": "^1.4.0",
"columnify": "^1.5.4",
"config": "^3.1.0",
"dateformat": "^3.0.3",
"dotenv": "^16.4.5",
"es6-promisify": "^6.0.1",
"ethereum-cryptography": "^2.0.0",
"ethereumjs-tx": "^2.1.2",
"fs": "0.0.1-security",
"https": "^1.0.0",
"inquirer": "^8.2.4",
"js-yaml": "^4.1.0",
"keccak": "^3.0.0",
"keythereum": "^1.2.0",
"log4js": "^6.9.1",
"lokijs": "^1.5.12",
"node-telegram-bot-api": "^0.61.0",
"path": "^0.12.7",
"pm2": "^5.2.0",
"press-any-key": "^0.1.1",
"promisify": "0.0.3",
"qr-encoding": "^1.4.2",
"qrcode": "^1.4.4",
"readline-sync": "^1.4.10",
"scrypt-js": "^3.0.0",
"set-value": "^4.1.0",
"shelljs": "~0.8.3",
"uuid": "^9.0.0",
"web3": "^4.16.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"assert": "^2.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-react": "^7.13.0",
"mocha": "^10.0.0",
"rewiremock": "^3.14.3",
"typescript": "^4.9.3"
}
}