2020-09-01 21:16:28 +00:00
|
|
|
{
|
|
|
|
"name": "staking",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"author": "Aragon Association <contact@aragon.org>",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"scripts": {
|
|
|
|
"test-ganache": "yarn truffle test",
|
2021-10-21 11:06:20 +00:00
|
|
|
"test-ethermint": "yarn truffle test --network ethermint",
|
|
|
|
"postinstall": "patch-package"
|
2020-09-01 21:16:28 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@aragon/contract-helpers-test": "^0.0.3",
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"ganache-cli": "^6.1.0",
|
|
|
|
"web3-eth-abi": "^1.2.11",
|
|
|
|
"web3-utils": "^1.2.11"
|
2021-10-21 11:06:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"patch-package": "^6.4.7"
|
2020-09-01 21:16:28 +00:00
|
|
|
}
|
|
|
|
}
|