bbgo_origin/contracts/package.json
2021-11-20 23:12:22 +08:00

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"
}