{
  "name": "@spvrk/super-builder",
  "version": "0.1.0",
  "description": "project builder cli tool",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Project",
    "Builder"
  ],
  "author": "Mustafa Elgharbawy <mustafa@spvkr.io>",
  "license": "ISC",
  "dependencies": {
    "@octokit/rest": "^15.9.4",
    "chalk": "^2.4.1",
    "clear": "^0.1.0",
    "clui": "^0.3.6",
    "configstore": "^3.1.2",
    "figlet": "^1.2.0",
    "inquirer": "^6.0.0",
    "lodash": "^4.17.10",
    "minimist": "^1.2.0",
    "simple-git": "^1.96.0",
    "touch": "^3.1.0"
  },
  "bin": {
    "sbuild": "./index.js"
  }
}
