mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
28 lines
602 B
JSON
28 lines
602 B
JSON
{
|
|
"name": "bbgo-contracts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"@truffle/hdwallet-provider": "1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.1",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@openzeppelin/contracts": "^3.2.0",
|
|
"chai": "^4.3.4",
|
|
"ethereum-waffle": "^3.4.0",
|
|
"ethers": "^5.4.7",
|
|
"hardhat": "^2.6.5",
|
|
"truffle-plugin-verify": "^0.5.18"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|