-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 770 Bytes
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
{
"name": "ethereum-scripts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typechain/ethers-v4": "^1.0.0",
"@types/cheerio": "^0.22.22",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"cheerio": "^1.0.0-rc.3",
"csv-writer": "^1.6.0",
"eslint": "^7.6.0",
"ethers": "^5.0.7",
"fs": "^0.0.1-security",
"ts-node": "^8.10.2",
"typechain": "^2.0.0",
"typescript": "^3.9.7"
},
"scripts": {
"lint:js": "eslint '{test,scripts}/**/*.js'",
"lint:ts": "eslint '{test,test-ts,scripts}/**/*.ts' -c .eslintrc.typescript.js",
"lint": "yarn lint:ts"
}
}