-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathpackage.json
69 lines (69 loc) · 2.04 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@beanstalk/protocol",
"version": "2.7.1",
"description": "Beanstalk is a permissionless fiat stablecoin protocol built on Ethereum.",
"installConfig": {
"hoistingLimits": "dependencies"
},
"repository": {
"type": "git",
"url": "https://github.com/BeanstalkFarms/Beanstalk.git",
"directory": "protocol"
},
"scripts": {
"compile": "hardhat compile",
"generate": "echo '\nProtocol Generate' && yarn compile && hardhat diamondABI && hardhat mockDiamondABI",
"test": "hardhat compile && hardhat test --network hardhat",
"clean": "hardhat clean"
},
"author": "",
"license": "MIT",
"files": [
"abi/"
],
"exports": {
"./abi/*": "./abi/*"
},
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.2",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"bignumber": "^1.1.0",
"chai": "^4.4.1",
"csvtojson": "^2.0.10",
"ethereum-waffle": "4.0.10",
"ethers": "5.7.2",
"ganache-cli": "^6.12.2",
"hardhat": "2.22.4",
"hardhat-contract-sizer": "^2.8.0",
"hardhat-gas-reporter": "^1.0.4",
"json-bigint": "^1.0.0",
"solidity-coverage": "^0.8.2"
},
"dependencies": {
"@beanstalk/wells": "0.4.1",
"@beanstalk/wells1.2": "npm:@beanstalk/[email protected]",
"@ethereum-waffle/chai": "4.0.10",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/contracts-upgradeable": "5.0.2",
"@openzeppelin/merkle-tree": "1.0.7",
"@prb/math": "v2.5.0",
"@uniswap/v3-core": "v1.0.2-solc-0.8-simulate",
"axios": "1.6.7",
"csv-parser": "3.0.0",
"dotenv": "^10.0.0",
"eth-gas-reporter": "0.2.25",
"eth-permit": "^0.2.1",
"forge-std": "^1.1.2",
"glob": "10.3.0",
"hardhat": "2.22.4",
"hardhat-tracer": "^1.1.0-rc.9",
"keccak256": "^1.0.6",
"mathjs": "^11.0.1",
"merkletreejs": "^0.2.31",
"uniswap": "^0.0.1"
}
}