{
  "name": "@joystream/hydra-cli",
  "description": "CLI tool for building a Hydra query node",
  "version": "5.0.0-alpha.7",
  "author": "metmirr @metmirr joystream @dzhelezov",
  "license": "MIT",
  "bin": {
    "hydra-cli": "./bin/run"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "types": "lib/index.d.ts",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/src/commands",
    "bin": "hydra-cli",
    "scope": "@joystream",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/errors",
      "@oclif/plugin-plugins"
    ]
  },
  "repository": "git@github.com:Joystream/hydra.git",
  "bugs": "https://github.com/Joystream/hydra/issues",
  "homepage": "https://www.joystream.org/hydra/",
  "keywords": [
    "oclif"
  ],
  "scripts": {
    "build": "rm -rf lib && yarn tsc --build tsconfig.json",
    "postpack": "rm -f oclif.manifest.json",
    "lint": "eslint . --ext .ts",
    "prepack": "rm -rf lib && yarn tsc -b && cp -R ./src/templates ./lib/src/templates && oclif-dev manifest",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
  },
  "dependencies": {
    "@inquirer/input": "^0.0.13-alpha.0",
    "@inquirer/password": "^0.0.12-alpha.0",
    "@inquirer/select": "^0.0.13-alpha.0",
    "@joystream/warthog": "^2.41.9",
    "@oclif/command": "^1.5.20",
    "@oclif/config": "^1",
    "@oclif/errors": "^1.3.3",
    "@oclif/plugin-help": "^2",
    "@oclif/plugin-plugins": "^1.9.4",
    "@types/chalk": "^2.2.0",
    "@types/copyfiles": "^2.4.0",
    "@types/fs-extra": "^8.1.0",
    "@types/graphql": "^14.5.0",
    "@types/listr": "^0.14.2",
    "@types/mustache": "^4.0.1",
    "@types/node": "^12.12.30",
    "chalk": "^4.1.0",
    "cli-ux": "^5.4.9",
    "copyfiles": "^2.4.1",
    "execa": "^4.0.3",
    "fs-extra": "^9.0.0",
    "glob": "^7.1.6",
    "gluegun": "^4.3.1",
    "graphql": "^15.0.0",
    "graphql-tag": "^2.12.4",
    "listr": "^0.14.3",
    "lodash": "^4.17.15",
    "mustache": "^4.0.1",
    "pluralize": "^8.0.0",
    "tslib": "1.11.2"
  },
  "queryNodeDependencies": {
    "lodash": "^4.17.20",
    "pg": "^8.3.2",
    "pg-listen": "^1.7.0",
    "@joystream/warthog": "^2.41.9"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@oclif/test": "^1",
    "@types/chai": "^4",
    "@types/mocha": "^7.0.2",
    "@types/pluralize": "^0.0.29",
    "@types/temp": "^0.8.34",
    "@types/tmp": "^0.2.0",
    "@typescript-eslint/eslint-plugin": "^3.0.2",
    "@typescript-eslint/parser": "^3.0.2",
    "chai": "^4",
    "eslint": "^7.1.0",
    "globby": "^10",
    "jest": "^26.0.1",
    "mocha": "^5",
    "mocha-chai-snapshot": "^1.0.0",
    "nyc": "^14",
    "prettier": "^2.7.1",
    "spawn-command": "^0.0.2-1",
    "temp": "^0.9.1",
    "ts-node": "^10.2.1",
    "typescript": "4.4.2"
  },
  "gitHead": "c92a4954b2ceb309a554d8eed5b8896779e640bc"
}
