forked from Aut-Labs/contracts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 942 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": "contracts-v2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat --network localhost test",
"deployAutID": "node ./scripts/deployAutID",
"deployDAOExpanderFactory": "node ./scripts/deployDAOExpanderFactory",
"deployDAOExpanderRegistry": "node ./scripts/deployDAOExpanderRegistry",
"deployDAOTypes": "node ./scripts/deployDAOTypes"
},
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable":"^4.7.3"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/hardhat-upgrades":"^1.20.0",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "5.0.0-beta.187",
"hardhat": "^2.9.5",
"hardhat-contract-sizer": "^2.1.1"
}
}