-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.27 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
{
"author": "P2P Validator <[email protected]>",
"homepage": "https://p2p.org/",
"license": "MIT",
"devDependencies": {
"@google-cloud/bigquery": "6.2.0",
"@types/express": "4.17.17",
"@types/fs-extra": "9.0.13",
"axios": "1.4.0",
"csv-parse": "5.4.0",
"dotenv": "14.2.0",
"ethers": "5.5.3",
"express": "4.19.2",
"fs-extra": "10.0.1",
"log4js": "6.9.1",
"prettier": "2.5.1",
"ts-node": "10.7.0",
"typescript": "4.6.3",
"@openzeppelin/merkle-tree": "1.0.2"
},
"scripts": {
"01-amounts-for-pubkeys": "ts-node 01-amounts-for-pubkeys.ts",
"02-fee-distributors-with-amounts-from-db": "ts-node 02-fee-distributors-with-amounts-from-db.ts",
"03-fee-distributors-with-legacy-already-split-amounts": "ts-node 03-fee-distributors-with-legacy-already-split-amounts.ts",
"04-balances": "ts-node 04-balances.ts",
"05-merkle-tree": "ts-node 05-merkle-tree.ts",
"06-report-root-to-oracle-contract.ts": "ts-node 06-report-root-to-oracle-contract.ts",
"07-withdraw": "ts-node 07-withdraw.ts",
"98-re-try-withdraw": "ts-node 98-re-try-withdraw.ts",
"99-get-fee-distributors-with-balance-ssv": "ts-node 99-get-fee-distributors-with-balance-ssv.ts",
"97-test": "ts-node 97-test.ts",
"start": "ts-node index.ts"
}
}