laconicd/tests/solidity/package.json
Federico Kunze 96cad7de9c
tests: reorganize packages (#7)
* tests: reorganize testing packages

* gitignore and minor changes
2021-05-11 07:54:55 -04:00

16 lines
289 B
JSON

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