2021-07-20 13:01:01 +00:00
|
|
|
{
|
|
|
|
"name": "opcode",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"author": "Go Ethereum",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"scripts": {
|
|
|
|
"test-ganache": "yarn truffle test",
|
|
|
|
"test-ethermint": "yarn truffle test --network ethermint"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-21 11:06:20 +00:00
|
|
|
"truffle-assertions": "^0.9.2"
|
2021-07-20 13:01:01 +00:00
|
|
|
}
|
|
|
|
}
|