27 lines
594 B
JSON
27 lines
594 B
JSON
|
{
|
||
|
"name": "contracts",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"typechain": "npx hardhat typechain"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@nomiclabs/hardhat-ethers": "^2.1.0",
|
||
|
"@nomiclabs/hardhat-waffle": "^2.0.3",
|
||
|
"@openzeppelin/contracts": "^4.7.0",
|
||
|
"@typechain/ethers-v5": "^5.0.0",
|
||
|
"hardhat": "^2.10.1",
|
||
|
"hardhat-typechain": "^0.3.5",
|
||
|
"ts-generator": "^0.1.1",
|
||
|
"typechain": "^4.0.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ts-node": "^10.9.1",
|
||
|
"typescript": "^4.7.4"
|
||
|
}
|
||
|
}
|