2021-03-01 03:58:38 +00:00
|
|
|
{
|
|
|
|
"name": "bbgo-contracts",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@truffle/hdwallet-provider": "^1.2.1"
|
|
|
|
},
|
|
|
|
"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-10-07 09:49:22 +00:00
|
|
|
"hardhat": "^2.6.5"
|
2021-03-01 03:58:38 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|