dsa-polygon-migration/package.json

32 lines
814 B
JSON
Raw Permalink Normal View History

2021-04-01 09:17:43 +00:00
{
"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",
2021-04-14 23:00:37 +00:00
"@nomiclabs/hardhat-etherscan": "^2.1.1",
2021-04-01 09:17:43 +00:00
"@nomiclabs/hardhat-waffle": "^2.0.1",
2021-04-14 23:00:37 +00:00
"@nomiclabs/hardhat-web3": "^2.0.0",
2021-04-01 09:17:43 +00:00
"chai": "^4.3.4",
2021-04-14 23:00:37 +00:00
"dotenv": "^7.0.0",
2021-04-01 09:17:43 +00:00
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.0",
2021-04-06 17:03:57 +00:00
"hardhat": "^2.1.2",
2021-04-14 23:00:37 +00:00
"hardhat-deploy": "^0.7.0-beta.44",
"hardhat-deploy-ethers": "^0.3.0-beta.7",
2021-04-06 17:03:57 +00:00
"solc": "0.7.0"
2021-04-01 10:02:46 +00:00
},
"dependencies": {
2021-04-09 08:03:14 +00:00
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@openzeppelin/contracts": "^3.4.0-solc-0.7",
"dotenv": "^8.2.0"
2021-04-01 09:17:43 +00:00
}
}