{ "name": "tests-solidity", "private": true, "version": "1.0.0", "author": "Aragon Association ", "license": "GPL-3.0-or-later", "workspaces": { "packages": [ "suites/*" ], "nohoist": [ "**/@aragon/contract-helpers-test" ] }, "dependencies": { "yargs": "^17.0.1" }, "scripts": { "test": "node test-helper.js" } }