mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
30 lines
744 B
JSON
30 lines
744 B
JSON
{
|
|
"name": "dsl-polygon-migration",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.1",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
"chai": "^4.3.4",
|
|
"dotenv": "^7.0.0",
|
|
"ethereum-waffle": "^3.3.0",
|
|
"ethers": "^5.1.0",
|
|
"hardhat": "^2.1.2",
|
|
"hardhat-deploy": "^0.7.0-beta.44",
|
|
"hardhat-deploy-ethers": "^0.3.0-beta.7",
|
|
"solc": "0.7.0"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^3.4.0-solc-0.7"
|
|
}
|
|
}
|