forked from devanoneth/TokenChecks
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 788 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 788 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
29
30
31
32
{
"name": "token-checks",
"description": "Perform token swap checks and measure token internal fees with 0 gas",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"postinstall": "npx hardhat compile"
},
"keywords": [],
"author": "0fuz | tg @zerofuz",
"license": "MIT",
"engines": {
"node": ">=14"
},
"dependencies": {
"@typechain/hardhat": "^6.0.0",
"@types/async": "^3.2.13",
"@types/jest": "^28.1.1",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"hardhat": "^2.9.7",
"lodash": "^4.17.21",
"ts-node": "^10.8.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.8"
}
}