{
  "name": "@seedneey/gint",
  "version": "2.0.1",
  "description": "creating a repo (in Github) for your project in one command",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" "
  },
  "keywords": [
    "Git",
    "CLI"
  ],
  "author": "Sid Bercasio",
  "license": "ISC",
  "dependencies": {
    "@octokit/auth-basic": "^1.4.3",
    "@octokit/rest": "^17.6.0",
    "chalk": "^4.0.0",
    "clear": "^0.1.0",
    "clui": "^0.3.6",
    "configstore": "^5.0.1",
    "figlet": "^1.4.0",
    "fs-extra": "^9.0.0",
    "inquirer": "^7.1.0",
    "lodash": "^4.17.15",
    "minimist": "^1.2.5",
    "request": "^2.88.2",
    "simple-git": "^2.1.0",
    "ssh-keygen": "^0.4.2",
    "touch": "^3.1.0"
  },
  "bin": {
    "@seedneey/gint": "./index.js",
    "gint": "./index.js"
  }
}
