forked from celo-org/celo-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.12 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
{
"name": "@celo/celotool",
"version": "2.0.1",
"description": "Celotool is our hub for all scripts that people need to run within the monorepo",
"main": "index.js",
"author": "Celo",
"license": "Apache-2.0",
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/contractkit": "^7.0.0",
"@celo/env-tests": "1.0.3",
"@celo/explorer": "^5.0.8",
"@celo/governance": "^5.0.9",
"@celo/network-utils": "^5.0.5",
"@celo/utils": "^5.0.6",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/rlp": "4.0.1",
"@google-cloud/monitoring": "0.7.1",
"@google-cloud/pubsub": "^0.28.1",
"@google-cloud/secret-manager": "3.12.0",
"@google-cloud/storage": "^2.4.3",
"bignumber.js": "^9.0.0",
"bip32": "3.1.0",
"bip39": "https://github.com/bitcoinjs/bip39#d8ea080a18b40f301d4e2219a2991cd2417e83c2",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
"compare-versions": "^6.0.0",
"dotenv": "^16.0.3",
"ecurve": "^1.0.6",
"eth-lib": "^0.2.8",
"ethereum-cryptography": "1.2.0",
"generate-password": "^1.5.1",
"rlp": "^2.2.4",
"minimist": "^1.2.5",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"prompts": "1.2.0",
"read-last-lines": "^1.7.2",
"sleep-promise": "^8.0.1",
"string-hash": "^1.1.3",
"tiny-secp256k1": "2.2.1",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"web3": "1.10.0",
"web3-eth-admin": "1.0.0-beta.55",
"yargs": "17.7.2"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.3",
"@celo/dev-utils":"^0.0.3",
"@celo/protocol": "1.0.2",
"@types/bunyan": "1.8.8",
"@types/chai": "^4.1.3",
"@types/dotenv": "^8.2.0",
"@types/mocha": "^10.0.1",
"@types/node-fetch": "^2.5.7",
"@types/prompts": "^1.1.1",
"@types/string-hash": "^1.1.1",
"@types/yargs": "^13.0.2",
"web3-core": "1.10.0"
},
"scripts": {
"cli": "TS_NODE_FILES=true ts-node -r tsconfig-paths/register src/cli.ts",
"lint": "yarn run --top-level eslint .",
"build": "tsc -b ."
},
"private": true
}