{
  "name": "gatsby-blog-post-scheduler",
  "version": "1.0.9",
  "description": "A simple CLI to generate and schedule a blog post based on Gatsby blog starter.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "gatsby-blog-post-scheduler": "./index.js",
    "schedule-blog-post": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gabri3l/gatsby-blog-post-scheduler.git"
  },
  "files": [
    "lib/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "cli",
    "gatsby",
    "blog",
    "post",
    "schedule"
  ],
  "author": "Gabriele Cimato",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Gabri3l/gatsby-blog-post-scheduler/issues"
  },
  "homepage": "https://github.com/Gabri3l/gatsby-blog-post-scheduler#readme",
  "dependencies": {
    "@octokit/auth-basic": "^1.3.0",
    "@octokit/rest": "^16.43.1",
    "chalk": "^3.0.0",
    "clear": "^0.1.0",
    "clui": "^0.3.6",
    "configstore": "^5.0.0",
    "figlet": "^1.2.4",
    "inquirer": "^7.0.4",
    "moment": "^2.24.0",
    "simple-git": "^1.131.0"
  }
}
