44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "atech-contracts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@metamask/eth-sig-util": "^4.0.0",
|
|
"@nomiclabs/hardhat-etherscan": "^3.0.0",
|
|
"@openzeppelin/contracts": "^4.6.0",
|
|
"@openzeppelin/contracts-upgradeable": "^4.6.0",
|
|
"@openzeppelin/hardhat-upgrades": "^1.13.0",
|
|
"@remix-project/remixd": "^0.5.5",
|
|
"dotenv": "^12.0.3",
|
|
"eth-sig-util": "^3.0.1",
|
|
"ethereumjs-abi": "^0.6.8",
|
|
"hardhat": "^2.8.2",
|
|
"hardhat-dependency-compiler": "^1.1.2",
|
|
"hardhat-deploy": "^0.9.24",
|
|
"hardhat-gas-reporter": "^1.0.7",
|
|
"hardhat-tracer": "^1.0.0-alpha.6"
|
|
},
|
|
"devDependencies": {
|
|
"@defi-wonderland/smock": "^2.2.0",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
|
|
"@nomiclabs/hardhat-ethers": "^2.0.4",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@typechain/ethers-v5": "^10.1.0",
|
|
"@typechain/hardhat": "^6.1.2",
|
|
"@types/mocha": "^9.1.1",
|
|
"chai": "^4.3.4",
|
|
"ethereum-waffle": "^3.4.0",
|
|
"ethers": "^5.5.3",
|
|
"mocha": "^10.0.0",
|
|
"ts-node": "^10.4.0",
|
|
"typechain": "^8.1.0",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|