{
  "name": "@kleros/graph-cli",
  "version": "0.35.4",
  "license": "(Apache-2.0 OR MIT)",
  "description": "CLI for building for and deploying to The Graph",
  "dependencies": {
    "assemblyscript": "0.19.10",
    "binary-install-raw": "0.0.13",
    "chalk": "3.0.0",
    "chokidar": "3.5.1",
    "debug": "4.3.1",
    "docker-compose": "0.23.4",
    "dockerode": "2.5.8",
    "fs-extra": "9.0.0",
    "glob": "7.1.6",
    "gluegun": "4.7.1",
    "graphql": "15.5.0",
    "immutable": "3.8.2",
    "ipfs-http-client": "34.0.0",
    "jayson": "3.6.6",
    "js-yaml": "3.13.1",
    "node-fetch": "2.6.0",
    "pkginfo": "0.4.1",
    "prettier": "1.19.1",
    "request": "2.88.2",
    "semver": "7.3.5",
    "sync-request": "6.1.0",
    "tmp-promise": "3.0.2",
    "web3-eth-abi": "1.7.0",
    "which": "2.0.2",
    "yaml": "1.9.2"
  },
  "bin": {
    "graph": "bin/graph"
  },
  "devDependencies": {
    "eslint": "6.8.0",
    "jest": "26.0.0",
    "spawn-command": "0.0.2-1",
    "strip-ansi": "6.0.0",
    "tern": "0.24.3"
  },
  "scripts": {
    "test": "jest --verbose",
    "test:init": "jest tests/cli/init.test.js --verbose",
    "test:validation": "jest tests/cli/validation.test.js --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kleros/graph-cli.git"
  },
  "author": "jb@kleros.io",
  "bugs": {
    "url": "https://github.com/kleros/graph-cli/issues"
  },
  "homepage": "https://github.com/kleros/graph-cli#readme",
  "volta": {
    "node": "16.18.1",
    "yarn": "3.1.1"
  }
}
