forked from celo-org/celo-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 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
{
"name": "@celo/celotool",
"version": "1.0.0",
"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": "1.3.3-dev",
"@celo/connect": "1.3.3-dev",
"@celo/contractkit": "1.3.3-dev",
"@celo/env-tests": "1.0.0",
"@types/ethereumjs-util": "^5.2.0",
"@celo/explorer": "1.3.3-dev",
"@celo/governance": "1.3.3-dev",
"@celo/identity": "1.3.3-dev",
"@celo/network-utils": "1.3.3-dev",
"@celo/utils": "1.3.3-dev",
"@google-cloud/monitoring": "0.7.1",
"@google-cloud/pubsub": "^0.28.1",
"@google-cloud/secret-manager": "3.0.0",
"@google-cloud/storage": "^2.4.3",
"bignumber.js": "^9.0.0",
"bip32": "2.0.5",
"bip39": "https://github.com/bitcoinjs/bip39#d8ea080a18b40f301d4e2219a2991cd2417e83c2",
"bls12377js": "https://github.com/celo-org/bls12377js#cb38a4cfb643c778619d79b20ca3e5283a2122a6",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
"compare-versions": "^3.5.1",
"dotenv": "^8.2.0",
"ecurve": "^1.0.6",
"ethereumjs-util": "^5.2.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"moment": "^2.29.0",
"node-fetch": "^2.6.1",
"prompts": "1.2.0",
"read-last-lines": "^1.7.2",
"sleep-promise": "^8.0.1",
"string-hash": "^1.1.3",
"twilio": "^3.57.0",
"web3": "1.3.6",
"web3-eth-admin": "1.0.0-beta.55",
"yargs": "14.0.0"
},
"devDependencies": {
"@celo/dev-utils": "0.0.1-dev",
"@celo/flake-tracker": "0.0.1-dev",
"@celo/protocol": "*",
"@types/bunyan": "1.8.4",
"@types/chai": "^4.1.3",
"@types/dotenv": "^8.2.0",
"@types/mocha": "^7.0.2",
"@types/node-fetch": "^2.5.7",
"@types/prompts": "^1.1.1",
"@types/string-hash": "^1.1.1",
"@types/yargs": "^13.0.2",
"chai": "^4.1.2",
"mocha": "^7.1.1",
"web3-core": "1.3.6"
},
"scripts": {
"cli": "TS_NODE_FILES=true ts-node -r tsconfig-paths/register src/cli.ts",
"lint": "tslint -c tslint.json --project tsconfig.json",
"build": "tsc -b ."
},
"private": true
}