-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (40 loc) · 1.17 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
39
40
41
42
{
"name": "@madeindreams-team/open-zeppelin-defender",
"version": "1.0.4",
"description": "Open Zeppelin Defender Template with HardHat",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"compile": "npx hardhat compile",
"deploy": "npx hardhat deploy",
"deployGnosis": "npx hardhat deployGnosis"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadeInDreams-Team/open-zeppelin-defender.git"
},
"keywords": [
"Smart-contract",
"security",
"audit"
],
"author": "Ian Decentralize",
"license": "MIT",
"bugs": {
"url": "https://github.com/MadeInDreams-Team/open-zeppelin-defender/issues"
},
"homepage": "https://github.com/MadeInDreams-Team/open-zeppelin-defender#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@openzeppelin/contracts": "^4.0.0",
"@openzeppelin/contracts-upgradeable": "^4.0.0",
"@openzeppelin/hardhat-upgrades": "^1.6.0",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"ethers": "^5.1.1",
"hardhat": "^2.2.0",
"hardhat-deploy": "^0.7.5",
"hardhat-deploy-ethers": "^0.3.0-beta.7"
}
}