-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 994 Bytes
/
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
{
"name": "gp-v2-trading-bot",
"version": "1.0.0",
"license": "(MIT OR Apache-2.0)",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint --max-warnings 0 ."
},
"keywords": [],
"author": "",
"dependencies": {
"@cowprotocol/contracts": "^1.3.2",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@openzeppelin/contracts": "^4.2.0",
"@types/node-fetch": "^2.5.12",
"@types/yargs": "^17.0.2",
"@uniswap/token-lists": "^1.0.0-beta.25",
"canonical-weth": "^1.4.0",
"dotenv": "^10.0.0",
"ethers": "^5.4.3",
"hardhat": "^2.5.0",
"node-fetch": "^2.6.1",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"yargs": "^17.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2"
}
}