{
  "name": "@graphless/cli",
  "version": "0.0.10",
  "description": "Graphless CLI - GraphQL Framework for serverless",
  "main": "./src/index.js",
  "keywords": [
    "@graphless/cli",
    "cli",
    "graphless",
    "severless",
    "grapghql"
  ],
  "bin": {
    "graphless": "./src/index.js",
    "graphless-wait": "./src/utils/await.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Marvinified/graphless.git",
    "directory": "packages/cli"
  },
  "engines": {
    "node": ">=8"
  },
  "bugs": {
    "url": "https://github.com/Marvinified/graphless/issues"
  },
  "author": "Marvin Tunji-ola",
  "license": "MIT",
  "dependencies": {
    "@graphless/core": "^0.0.4",
    "boxen": "^4.2.0",
    "chalk": "^3.0.0",
    "clear": "^0.1.0",
    "clui": "^0.3.6",
    "cross-spawn": "^7.0.1",
    "figlet": "^1.3.0",
    "global": "^4.4.0",
    "inquirer": "^7.0.6",
    "minimist": "^1.2.0",
    "mkdirp": "^1.0.3",
    "ora": "^4.0.3",
    "read-yaml": "^1.1.0",
    "touch": "^3.1.0",
    "write-yaml": "^1.0.0",
    "wait-cli": "^1.0.0"
  }
}