-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.4 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.4 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
43
{
"name": "arm-oeth",
"version": "0.0.1",
"description": "Automated Redemption Manager (ARM) for Origin ETH (OETH)",
"scripts": {
"lint": "eslint \"src/**/*.js\"",
"prettier": "prettier --write \"*.js\" \"src/js/**/*.js\" \"src/abis/**/*.json\"",
"prettier:check": "prettier -c \"src/js/**/*.js\" \"src/abis/**/*.json\"",
"test": "forge test --fork-url=$MAINNET_URL --gas-report",
"snap": "npx hardhat snap --network mainnet --amount 100"
},
"repository": {
"type": "git",
"url": "github.com:originprotocol/arm-oeth"
},
"license": "MIT",
"packageManager": "pnpm@9.15.0",
"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-sdk": "2.7.0",
"@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.9.0",
"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",
"node-fetch": "^2.6.7",
"prettier": "^3.6.2",
"rollup": "^4.9.1",
"rollup-plugin-visualizer": "^5.12.0"
}
}