forked from celo-org/celo-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.55 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
{
"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/verification-pool-api": "^1.0.0",
"@celo/utils": "0.1.15-dev",
"@celo/contractkit": "0.4.5-dev",
"@google-cloud/monitoring": "0.7.1",
"@google-cloud/pubsub": "^0.28.1",
"@google-cloud/storage": "^2.4.3",
"bignumber.js": "^9.0.0",
"bip32": "2.0.5",
"bip39": "3.0.2",
"bls12377js": "https://github.com/celo-org/bls12377js#cb38a4cfb643c778619d79b20ca3e5283a2122a6",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
"dotenv": "6.1.0",
"ecurve": "^1.0.6",
"js-yaml": "^3.13.1",
"lodash": "^4.17.14",
"moment": "^2.22.1",
"node-fetch": "^2.2.0",
"prompts": "1.2.0",
"read-last-lines": "^1.7.2",
"sleep-promise": "^8.0.1",
"web3": "1.2.4",
"web3-eth-admin": "1.0.0-beta.55",
"yargs": "14.0.0"
},
"devDependencies": {
"@celo/protocol": "*",
"@types/bunyan": "1.8.4",
"@types/dotenv": "^4.0.3",
"@types/node-fetch": "^2.1.2",
"@types/prompts": "^1.1.1",
"@types/yargs": "^13.0.2",
"@types/mocha": "^7.0.2",
"@types/chai": "^4.1.3",
"web3-core": "1.2.4",
"chai": "^4.1.2",
"mocha": "^7.1.1"
},
"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
}