mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
23 lines
443 B
JSON
23 lines
443 B
JSON
{
|
|
"name": "bbgo-contracts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"@truffle/hdwallet-provider": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.1",
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.1",
|
|
"@openzeppelin/contracts": "^3.2.0",
|
|
"hardhat": "^2.0.8"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|