bbgo_origin/contracts/package.json

28 lines
602 B
JSON
Raw Normal View History

{
"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"
},
"devDependencies": {
2021-10-07 09:52:51 +00:00
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
2021-10-07 09:52:51 +00:00
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@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"
},
"scripts": {
"test": "mocha"
},
"author": "",
"license": "ISC"
}