{
  "name": "@aragon/apps-shared-minime",
  "version": "1.0.2",
  "author": "Jordi Baylina",
  "license": "GPL-3.0-or-later",
  "files": [
    "/abi",
    "/build",
    "/contracts",
    "/test",
    "/truffle.js"
  ],
  "scripts": {
    "abi:extract": "truffle-extract --output abi/ --keys abi",
    "compile": "truffle compile",
    "test": "TRUFFLE_TEST=true npm run ganache-cli:test",
    "coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
    "ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh",
    "truffle:dev": "npx truffle dev",
    "prepublishOnly": "truffle compile --all && npm run abi:extract -- --no-compile"
  },
  "devDependencies": {
    "@aragon/apps-shared-migrations": "1.0.0",
    "@aragon/test-helpers": "^2.0.0",
    "ethereumjs-testrpc-sc": "^6.1.6",
    "ganache-cli": "^6.4.3",
    "solidity-coverage": "^0.5.11",
    "truffle": "4.1.14",
    "truffle-extract": "^1.2.1"
  }
}
