{
  "name": "ihacks.dev-pb",
  "version": "1.1.0",
  "description": "A CLI tool for helping with publishing",
  "main": "pb",
  "bin": {
    "pb": "pb"
  },
  "repository": "https://ihacks.dev/ihack2712/pb",
  "author": "Richard O. Sandberg <richard@ihacks.dev>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.0",
    "commander": "^5.1.0",
    "ora": "^4.0.4",
    "semver": "^7.3.2",
    "shelljs": "^0.8.4"
  }
}