-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.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
{
"name": "recovery",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "truffle test",
"deploy:local": "hardhat run scripts/deploy.ts --network local",
"deploy:base": "hardhat run scripts/deploy.ts --network base-goerli",
"deploy:goerli": "hardhat run scripts/deploy.ts --network ethereum-goerli",
"deploy:gnosis": "hardhat run scripts/deploy.ts --network gnosis"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@truffle/hdwallet-provider": "^1.0.0",
"dotenv": "^16.0.3",
"eth-lightwallet": "^4.0.0",
"hardhat": "^2.13.0"
},
"dependencies": {
"@gnosis.pm/safe-contracts": "^1.2.0",
"@gnosis.pm/safe-singleton-factory": "^1.0.9",
"@gnosis.pm/singleton-deployer-safe-factory": "^1.0.0",
"@gnosis.pm/singleton-deployer-truffle": "^2.0.0",
"@openzeppelin/contracts": "^4.8.2",
"@truffle/contract": "^4.6.18",
"jose": "^4.13.1",
"solc": "0.8.19",
"truffle": "^5.8.1"
}
}