{
  "name": "flipswitch",
  "version": "0.2.1-preview",
  "description": "Rename all your default branches on github",
  "main": "switcheroo/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "swistcheroo": "switcheroo/index.js",
    "flipswitch": "switcheroo/start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nickpalenchar/switcheroo.git"
  },
  "keywords": [
    "branch"
  ],
  "author": "Nick Palenchar",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nickpalenchar/flipswitch/issues"
  },
  "homepage": "https://github.com/nickpalenchar/flipswitch#readme",
  "dependencies": {
    "@octokit/rest": "^18.0.0",
    "axios": "^0.19.2",
    "chalk": "^4.1.0",
    "cli-spinner": "^0.2.10",
    "prompt-sync": "^4.2.0",
    "terminal-kit": "^1.35.7"
  }
}
