-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1.18 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
{
"name": "arm-oeth",
"version": "0.0.1",
"description": "Automated Redemption Manager (ARM) for Origin ETH (OETH)",
"scripts": {
"test": "forge test --fork-url=$PROVIDER_URL --gas-report",
"snap": "npx hardhat snap --network mainnet --amount 100"
},
"repository": {
"type": "git",
"url": "github.com:originprotocol/arm-oeth"
},
"license": "MIT",
"devDependencies": {
"@apollo/client": "^3.11.4",
"@ethersproject/providers": "^5.7.2",
"@nomicfoundation/hardhat-ethers": "3.0.7",
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@openzeppelin/defender-autotask-client": "^1.54.1",
"@openzeppelin/defender-sdk": "1.14.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@solidity-parser/parser": "^0.18.0",
"axios": "^1.7.5",
"builtin-modules": "^3.3.0",
"chai": "^4.3.10",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"eslint": "^8.55.0",
"ethers": "6.13.2",
"graphql": "^16.9.0",
"hardhat": "^2.22.9",
"rollup": "^4.9.1",
"rollup-plugin-visualizer": "^5.12.0"
}
}