-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.56 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
{
"name": "coupon-rebalancer",
"version": "1.0.0",
"description": "",
"scripts": {
"fork": "npx hardhat node",
"compile": "TS_NODE_TRANSPILE_ONLY=1 SKIP_LOAD=true npx hardhat compile",
"coverage:forge": "forge coverage --report lcov",
"coverage:local": "rm -rf coverage && forge coverage --report lcov && genhtml lcov.info -o coverage --branch-coverage && open coverage/index.html",
"test": "forge test",
"precommit": "pre-commit install",
"prettier:ts": "prettier --list-different \"{,!(node_modules)/**/}*.ts\"",
"prettier:fix:ts": "prettier --write \"{,!(node_modules)/**/}*.ts\"",
"postinstall": "forge install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clober-dex/clober-rebalancer.git"
},
"bugs": {
"url": "https://github.com/clober-dex/clober-rebalancer/issues"
},
"keywords": [],
"author": "",
"license": "ISC",
"files": [],
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@nomicfoundation/hardhat-viem": "^2.0.3",
"@openzeppelin/upgrades-core": "^1.34.4",
"@types/node": "^20.14.12",
"@types/readline-sync": "^1.4.8",
"dotenv": "^16.4.5",
"hardhat": "^2.22.6",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.12.4",
"hardhat-gas-reporter": "^2.2.0",
"hardhat-log-remover": "^2.1.1",
"keythereum": "^2.0.0",
"prettier": "^3.3.3",
"readline-sync": "^1.4.10",
"ts-node": "^10.9.2",
"viem": "^2.17.11"
}
}