2020-09-01 21:16:28 +00:00
|
|
|
{
|
|
|
|
"name": "tests-solidity",
|
|
|
|
"private": true,
|
|
|
|
"version": "1.0.0",
|
|
|
|
"author": "Aragon Association <contact@aragon.org>",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"workspaces": {
|
|
|
|
"packages": [
|
|
|
|
"suites/*"
|
|
|
|
],
|
|
|
|
"nohoist": [
|
|
|
|
"**/@aragon/contract-helpers-test"
|
|
|
|
]
|
2021-07-12 09:22:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"yargs": "^17.0.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "node test-helper.js"
|
2020-09-01 21:16:28 +00:00
|
|
|
}
|
|
|
|
}
|