-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.55 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
{
"name": "ferumv5",
"version": "1.0.0",
"description": "L2 for X",
"main": "index.js",
"scripts": {
"hardhat-node": "ENV=node npx hardhat node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferumlabs/ferumv5.git"
},
"author": "",
"license": "BUSL-1.1",
"bugs": {
"url": "https://github.com/ferumlabs/ferumv5/issues"
},
"homepage": "https://github.com/ferumlabs/ferumv5#readme",
"dependencies": {
"@aave/core-v3": "^1.19.0",
"@aave/periphery-v3": "^2.5.0",
"@ferum/aave-deploy-v3": "^1.55.11",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.4",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"@openzeppelin/hardhat-upgrades": "^3.0.1",
"@openzeppelin/test-environment": "^0.1.9",
"@symblox/hardhat-abi-gen": "^0.2.0",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.7",
"@types/uuid": "^9.0.7",
"chai": "^4.4.0",
"chai-as-promised": "^7.1.1",
"dotenv": "^16.4.1",
"ethers": "^6.9.2",
"hardhat": "^2.19.4",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy-ethers": "^0.4.1",
"hardhat-ethernal": "^3.2.5",
"hardhat-gas-reporter": "^1.0.10",
"solidity-coverage": "^0.8.8",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
}
}