-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.42 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
{
"name": "nft_arbitrage",
"version": "0.0.1",
"description": "",
"engines": {
"node": "16"
},
"author": "",
"scripts": {
"test": "mocha",
"testOpenSea": "mocha -g 'OpenSea'"
},
"devDependencies": {
"@ethersproject/bytes": "^5.6.1",
"@looksrare/sdk": "^0.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^5.0.0",
"@types/chai": "^4.3.0",
"@types/lodash": "^4.14.165",
"@types/mocha": "^9.1.0",
"@types/node": "^14.18.12",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"chai": "^4.3.6",
"chai-bn": "^0.3.1",
"dotenv": "^14.3.2",
"eslint": "^8.7.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.25.4",
"ethers": "^5.6.8",
"hardhat": "^2.9.1",
"hardhat-deploy": "^0.11.10",
"hardhat-gas-reporter": "^1.0.8",
"mocha": "^9.1.3",
"node-fetch": "^2.6.7",
"nyc": "^15.1.0",
"ts-node": "^10.5.0",
"typechain": "^7.0.1",
"typescript": "^4.1.2"
},
"dependencies": {
"@ethersproject/abstract-signer": "^5.6.2",
"@openzeppelin/contracts": "^4.6.0",
"@turuta/ethers-provider-bundle": "0.4.3-dev.2",
"puppeteer": "^17.1.3",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-stealth": "^2.11.1"
}
}