-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 964 Bytes
/
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
{
"name": "waymont-vaults-global-recovery-script",
"version": "1.0.0",
"description": "Recover Waymont Safes from the policy guardian.",
"main": "src/initiate-recovery.js",
"directories": {
"test": "test"
},
"scripts": {
"initiate-recovery": "node src/initiate-recovery.js",
"execute-recovery": "node src/execute-recovery.js",
"execute-safe-transactions": "node src/execute-safe-transactions.js",
"test": "bash test/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pentagonxyz/waymont-vaults-global-recovery-script.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/pentagonxyz/waymont-vaults-global-recovery-script/issues"
},
"homepage": "https://github.com/pentagonxyz/waymont-vaults-global-recovery-script#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2"
},
"dependencies": {
"ethers": "^5.7.2"
}
}