-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "miniswap",
"author": "hbdgr",
"version": "0.1.0",
"description": "",
"license": "MIT",
"scripts": {
"test": "npx hardhat test",
"coverage": "npx hardhat coverage --solcoverjs .solcover.ts",
"lint": "npx eslint . --ext .js,.ts",
"check": "solhint -c .solhint.json 'contracts/**/*.sol'",
"prepare": "husky"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@uniswap/lib": "^4.0.1-alpha",
"@uniswap/v2-core": "^1.0.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^6.12.0",
"hardhat": "^2.22.3",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-ignore-warnings": "^0.2.11",
"husky": "^9.0.11",
"solhint": "^4.5.4",
"solidity-coverage": "^0.8.12"
}
}