2021-03-01 03:58:38 +00:00
|
|
|
{
|
|
|
|
"name": "bbgo-contracts",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-11-20 15:08:17 +00:00
|
|
|
"@truffle/hdwallet-provider": "1.4"
|
2021-03-01 03:58:38 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-07 09:52:51 +00:00
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
2021-03-01 03:58:38 +00:00
|
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.1",
|
2021-10-07 09:52:51 +00:00
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
2021-03-01 03:58:38 +00:00
|
|
|
"@openzeppelin/contracts": "^3.2.0",
|
2021-10-07 09:52:51 +00:00
|
|
|
"chai": "^4.3.4",
|
|
|
|
"ethereum-waffle": "^3.4.0",
|
|
|
|
"ethers": "^5.4.7",
|
2021-11-20 15:08:17 +00:00
|
|
|
"hardhat": "^2.6.5",
|
|
|
|
"truffle-plugin-verify": "^0.5.18"
|
2021-03-01 03:58:38 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|