-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.2 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
{
"name": "@balancer-labs/v3-erc4626-tests",
"private": false,
"description": "Balancer V3 ERC4626 Fork Tests",
"license": "GPL-3.0-only",
"homepage": "https://github.com/balancer-labs/balancer-v3-erc4626-tests#readme",
"repository": "[email protected]:balancer-labs/balancer-v3-erc4626-tests.git",
"bugs": {
"url": "https://github.com/balancer-labs/balancer-v3-erc4626-tests/issues"
},
"engines": {
"node": ">=18 <18.21"
},
"contributors": [
"Juan Ignacio Ubeira <[email protected]>",
"Jeffrey Bennett <[email protected]>",
"João Bruno Abou Hatem de Liz <[email protected]>",
"Elshan Dzhafarov <[email protected]>"
],
"scripts": {
"test:forge": "forge test --ffi -vvv"
},
"devDependencies": {
"@openzeppelin/contracts": "^5.0.0",
"eslint": "^8.26.0",
"eslint-plugin-mocha-no-only": "^1.1.1",
"eslint-plugin-prettier": "^4.2.1",
"forge-std": "https://github.com/foundry-rs/forge-std.git#v1.8.1",
"permit2": "https://github.com/Uniswap/permit2.git#cc56ad0f3439c502c246fc5cfcc3db92bb8b7219",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "^3.4.1",
"solhint-plugin-prettier": "^0.0.5"
}
}