-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.32 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.32 KB
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
{
"name": "@gearbox-protocol/periphery-v3",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:Gearbox-protocol/periphery-v3.git",
"author": "Mikael <26343374+0xmikko@users.noreply.github.com>",
"license": "MIT",
"files": [
"contracts"
],
"scripts": {
"prepare": "husky install",
"prettier": "forge fmt",
"prettier:ci": "forge fmt",
"abi": "wagmi generate"
},
"dependencies": {},
"devDependencies": {
"@1inch/solidity-utils": "^2.2.27",
"@chainlink/contracts": "^0.4.0",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "17.6.0",
"@gearbox-protocol/sdk-gov": "^2.18.2",
"@gearbox-protocol/sdk": "3.0.0-vfour.190",
"@openzeppelin/contracts": "^4.9.3",
"@redstone-finance/evm-connector": "^0.2.5",
"@wagmi/cli": "^2.2.0",
"ds-test": "dapphub/ds-test",
"forge-std": "foundry-rs/forge-std",
"husky": "^8.0.3",
"lint-staged": "^13.0.3",
"prettier": "^3.0.3",
"tsx": "^4.19.2",
"typescript": "^5"
},
"prettier": "@gearbox-protocol/prettier-config",
"lint-staged": {
"*.sol": "forge fmt",
"*.{json,md}": "prettier --write"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}