{
  "name": "graphql-editor-cli",
  "version": "0.9.4",
  "description": "GraphQL -> anything. Use GraphQL as your source of truth. GraphQL Editor Official CLI.",
  "main": "lib/api.js",
  "author": "Artur Czemiel",
  "license": "MIT",
  "bin": {
    "graphql-editor-cli": "lib/index.js",
    "gecli": "lib/index.js"
  },
  "type": "module",
  "scripts": {
    "build": "npm run clean && tspc --build tsconfig.build.json",
    "start": "npm run clean && tspc --build tsconfig.build.json --watch",
    "clean": "rimraf lib/",
    "editor": "zeus https://api.prod.graphqleditor.com/graphql ./src -n --es",
    "update": "zeus $GRAPHQL_EDITOR_HOST ./src -n --es",
    "shared": "imp sync",
    "cli": "node lib/index.js"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.0",
    "@types/archiver": "^5.3.1",
    "@types/bson": "^4.0.5",
    "@types/express": "^4.17.14",
    "@types/graphql": "^14.2.3",
    "@types/inquirer": "^9.0.1",
    "@types/node": "^18.7.18",
    "@types/node-fetch": "^2.6.2",
    "@types/qs": "^6.9.7",
    "@types/ws": "^8.5.6",
    "@types/yargs": "^17.0.12",
    "@typescript-eslint/eslint-plugin": "^5.38.0",
    "@typescript-eslint/parser": "^5.38.0",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "impuddle": "0.0.2",
    "prettier": "^2.7.1",
    "typescript": "^5.2.2",
    "typescript-transform-paths": "^3.4.6"
  },
  "peerDependencies": {
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "adm-zip": "^0.5.9",
    "archiver": "^5.3.1",
    "chalk": "^5.0.1",
    "clipboardy": "^3.0.0",
    "conf": "^10.2.0",
    "dotenv": "^16.0.3",
    "execa": "^6.1.0",
    "express": "^4.18.1",
    "fast-glob": "^3.2.12",
    "figures": "^5.0.0",
    "graphql-js-tree": "^1.0.5",
    "graphql-zeus": "^5.3.1",
    "graphql-zeus-core": "^5.3.1",
    "inquirer": "^9.1.2",
    "mime": "^3.0.0",
    "node-fetch": "^3.2.10",
    "open": "^8.4.0",
    "ora": "^6.1.2",
    "picocolors": "^1.0.0",
    "pkg-install": "^1.0.0",
    "qs": "^6.11.0",
    "run-async": "^2.4.1",
    "stucco-js": "^0.10.18",
    "ts-node": "^10.9.1",
    "ts-patch": "^3.0.2",
    "ws": "^8.14.2",
    "yargs": "^17.5.1"
  }
}
