mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-02 21:33:08 +00:00
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"scripts": {
|
|
"test": "hardhat test"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@openzeppelin/contracts": "^4.3.2",
|
|
"chai": "^4.3.4",
|
|
"ethereum-waffle": "^3.4.0",
|
|
"ethers": "^5.4.7",
|
|
"hardhat": "^2.6.5"
|
|
}
|
|
}
|