{
  "name": "gabi-cli",
  "version": "7.1.6",
  "description": "Aragon command-line tools",
  "main": "./dist/toolkit.js",
  "bin": {
    "aragon": "./dist/index.js",
    "dao": "./aliases/dao"
  },
  "scripts": {
    "compile-src": "babel src --out-dir dist --source-maps --copy-files",
    "extract-roles": "node scripts/extract-roles",
    "build": "yarn extract-roles && yarn compile-src",
    "build:watch": "yarn build -- -- --watch",
    "link-bin": "yarn link",
    "unlink-bin": "yarn unlink",
    "lint": "eslint src test",
    "lint:fix": "yarn lint -- --fix",
    "prepublishOnly": "synp --source-file yarn.lock && npm shrinkwrap",
    "test": "ava --verbose --timeout=10m",
    "test:watch": "ava --watch --timeout=10m",
    "test:clean": "rm -rf ./.tmp && yarn test:reset-cache",
    "test:reset-cache": "ava --reset-cache --timeout=10m",
    "test:update-snapshots": "yarn test:clean && yarn test -- --update-snapshots",
    "test:coverage:html": "nyc --all --reporter html yarn test",
    "test:coverage": "nyc --all --reporter text --reporter text-summary --reporter lcovonly  yarn test"
  },
  "files": [
    "aliases",
    "config",
    "ganache",
    "dist",
    "schemas"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/aragon/aragon-cli/tree/master/packages/aragon-cli"
  },
  "keywords": [
    "cli",
    "aragon",
    "ethereum"
  ],
  "author": "Aragon Association <legal@aragon.org>",
  "contributors": [
    "Jorge Izquierdo <jorge@aragon.one>",
    "Luis Cuende <luis@aragon.one>",
    "Oliver Nordbjerg <oliver@aragon.one>"
  ],
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/aragon/aragon-cli/issues"
  },
  "homepage": "https://github.com/aragon/aragon-cli#readme",
  "dependencies": {
    "@aragon/apm": "^3.1.4",
    "@aragon/connect": "^0.2.0",
    "@aragon/toolkit": "^0.0.7",
    "@aragon/truffle-config-v5": "^1.0.0",
    "ajv": "^6.6.2",
    "bn.js": "^5.0.0",
    "chalk": "^4.0.0",
    "cli-table": "^0.3.1",
    "dev-null": "^0.1.1",
    "engine-check": "^1.0.1",
    "eth-ens-namehash": "^2.0.8",
    "eth-json-rpc-filters": "^4.1.1",
    "execa": "^4.0.1",
    "figures": "^3.0.0",
    "find-process": "^1.4.2",
    "find-up": "^4.0.0",
    "fs-extra": "^9.0.0",
    "ganache-core": "^2.9.0",
    "git-clone": "^0.1.0",
    "http-server": "^0.12.1",
    "ignore": "^5.1.8",
    "inquirer": "^7.0.0",
    "internal-ip": "^6.0.0",
    "is-ipfs": "^1.0.3",
    "listr": "^0.14.3",
    "listr-input": "0.2.1",
    "listr-silent-renderer": "^1.1.1",
    "listr-update-renderer": "^0.5.0",
    "listr-verbose-renderer": "^0.6.0",
    "ncp": "^2.0.0",
    "open": "^7.0.0",
    "public-ip": "^4.0.1",
    "rimraf": "^3.0.2",
    "semver": "^7.3.0",
    "source-map-support": "^0.5.11",
    "tmp-promise": "^3.0.2",
    "truffle-flattener": "^1.2.9",
    "web3": "^1.2.4",
    "web3-utils": "^1.2.7",
    "which": "^2.0.1",
    "yargs": "^15.3.1"
  },
  "devDependencies": {
    "@aragon/apps-agent": "^2.0.0",
    "@aragon/apps-finance": "^3.0.0",
    "@aragon/apps-payroll": "^1.0.0",
    "@aragon/apps-shared-minime": "^1.0.2",
    "@aragon/apps-survey": "^1.0.0",
    "@aragon/apps-token-manager": "^2.0.0",
    "@aragon/apps-vault": "^4.0.0",
    "@aragon/apps-voting": "^2.0.0",
    "@aragon/os": "^4.3.0",
    "@aragon/templates-shared": "^1.0.1",
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
    "@babel/preset-env": "^7.1.0",
    "@babel/register": "^7.0.0",
    "ava": "^3.8.2",
    "babel-eslint": "^10.0.1",
    "babel-plugin-istanbul": "^6.0.0",
    "core-js": "^3.1.4",
    "eslint": "^7.4.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-ava": "^10.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "nyc": "^15.0.1",
    "prettier": "^2.0.4",
    "proxyquire": "^2.1.0",
    "sinon": "^9.0.2",
    "strip-ansi": "^6.0.0",
    "synp": "^1.7.0",
    "truffle": "^5.1.6"
  },
  "engines": {
    "node": ">=10.0.0 <11 || >=12.0.0 <13"
  },
  "aragon": {
    "clientRepo": "https://github.com/0xGabi/aragon",
    "clientVersion": "456815dbc991a6d08904e8ff462bdb1f4d42dc6c",
    "clientPort": "3000",
    "defaultGasPrice": "2",
    "defaultIpfsTimeout": "300000"
  },
  "ava": {
    "require": [
      "@babel/register"
    ],
    "files": [
      "test/**/*.test.js"
    ]
  },
  "nyc": {
    "include": [
      "src/**/*.js",
      "scripts/**/*.js"
    ],
    "sourceMap": false,
    "instrument": true
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "useBuiltIns": "usage",
          "corejs": "3",
          "targets": {
            "node": true
          }
        }
      ]
    ],
    "plugins": [
      "@babel/plugin-proposal-optional-chaining"
    ],
    "env": {
      "test": {
        "plugins": [
          "istanbul"
        ]
      }
    }
  },
  "eslintConfig": {
    "ignorePatterns": [
      "test/mock"
    ],
    "env": {
      "es6": true,
      "node": true
    },
    "extends": [
      "standard",
      "plugin:ava/recommended",
      "plugin:prettier/recommended"
    ],
    "parser": "babel-eslint"
  },
  "prettier": {
    "singleQuote": true,
    "semi": false,
    "trailingComma": "es5",
    "bracketSpacing": true
  }
}
