2021-10-12 06:35:24 +00:00
|
|
|
{
|
2021-11-08 15:03:32 +00:00
|
|
|
"name": "dagger-contracts",
|
|
|
|
"license": "MIT",
|
2021-10-12 06:35:24 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "hardhat test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
2021-10-12 11:35:41 +00:00
|
|
|
"@openzeppelin/contracts": "^4.3.2",
|
2021-10-12 06:35:24 +00:00
|
|
|
"chai": "^4.3.4",
|
|
|
|
"ethereum-waffle": "^3.4.0",
|
|
|
|
"ethers": "^5.4.7",
|
2021-11-16 09:44:13 +00:00
|
|
|
"hardhat": "^2.6.5",
|
2021-11-16 13:06:37 +00:00
|
|
|
"hardhat-deploy": "^0.9.8",
|
|
|
|
"hardhat-deploy-ethers": "^0.3.0-beta.11"
|
2021-10-12 06:35:24 +00:00
|
|
|
}
|
|
|
|
}
|