-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "@gearbox-protocol/bots-v3",
"version": "0.1.0",
"description": "Gearbox V3 bots",
"keywords": [
"gearbox"
],
"homepage": "https://gearbox.fi",
"license": "GPL-2.0-or-later",
"author": "Gearbox Foundation",
"files": [
"contracts"
],
"repository": {
"type": "git",
"url": "https://github.com/Gearbox-protocol/bots-v3"
},
"scripts": {
"prepare": "husky || true"
},
"dependencies": {},
"devDependencies": {
"@1inch/solidity-utils": "2.4.0",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@gearbox-protocol/core-v2": "^1.19.0-base.17",
"@gearbox-protocol/core-v3": "^1.47.1",
"@gearbox-protocol/sdk-gov": "^1.29.0",
"@openzeppelin/contracts": "4.9.3",
"ds-test": "dapphub/ds-test",
"forge-std": "foundry-rs/forge-std",
"husky": "^9.0.10",
"lint-staged": "^15.2.2"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.sol": "forge fmt"
}
}