-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
{
"name": "fastpausedemo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"generate": "node scripts/generateContractUsingWizard.mjs",
"deploy": "npx hardhat run scripts/deployContractAddToAdmin.js --network goerli",
"relay": "node scripts/createRelay.js",
"autotask": "node scripts/createPauserAutotask.js",
"sentinel": "node scripts/createSentinel.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@openzeppelin/contracts-upgradeable": "^4.7.1",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"web3": "^1.7.4"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@openzeppelin/contracts": "^4.7.0",
"@openzeppelin/wizard": "^0.1.1",
"chai": "^4.3.6",
"defender-admin-client": "^1.25.0",
"defender-autotask-client": "^1.25.0",
"defender-relay-client": "^1.26.1",
"defender-sentinel-client": "^1.26.0",
"ethers": "^5.6.9",
"hardhat": "^2.9.9"
}
}