-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
43 lines (43 loc) · 1 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
{
"name": "transparency",
"version": "1.0.0",
"description": "",
"main": "export-voters.js",
"scripts": {
"test": "jest --no-cache --runInBand --verbose=true"
},
"jest": {
"preset": "ts-jest",
"watchman": false,
"roots": [
"<rootDir>/src/"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"@alch/alchemy-web3": "^1.1.9",
"@snapshot-labs/snapshot.js": "^0.5.5",
"@types/bignumber.js": "^5.0.0",
"@types/csv-parse": "^1.2.2",
"@types/ejs": "^3.1.0",
"@types/jest": "^26.0.24",
"@types/web3": "^1.2.2",
"bdd-lazy-var": "^2.6.1",
"csv-parse": "^5.5.5",
"csv-writer": "^1.6.0",
"dayjs": "^1.11.7",
"dotenv": "^15.0.0",
"ejs": "^3.1.6",
"ethereum-ens": "^0.8.0",
"ethers": "^5.7.2",
"google-auth-library": "^9.8.0",
"google-spreadsheet": "^4.1.1",
"isomorphic-fetch": "^3.0.0",
"jest": "^26.6.3",
"p-limit": "^3.1.0",
"rollbar": "^2.26.1",
"ts-jest": "^26.5.6",
"ts-node": "^10.7.0"
}
}