{
  "type": "module",
  "name": "gh-pack",
  "version": "1.0.1",
  "description": "A npm command-line tool.",
  "main": "src/index.js",
  "directories": {
    "doc": "doc"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node src/index.js",
    "prepublish": ""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chiragpadyal/gh-pack.git"
  },
  "keywords": [
    "packages",
    "npm",
    "node",
    "decrypted"
  ],
  "author": "Chirag Padyal <chirag.padyal@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chiragpadyal/gh-pack/issues"
  },
  "homepage": "https://github.com/chiragpadyal/gh-pack#readme",
  "dependencies": {
    "@octokit/rest": "^19.0.5",
    "axios": "^1.2.1",
    "cli-spinner": "^0.2.10",
    "commander": "^9.4.1",
    "data-store": "^4.0.3",
    "dotenv": "^16.0.3",
    "express": "^4.18.2",
    "figlet": "^1.5.2",
    "gradient-string": "^2.0.2",
    "inquirer": "^8.2.5",
    "keytar": "^7.9.0",
    "listr": "^0.14.3",
    "np": "^7.6.2",
    "octokit": "^2.0.10",
    "opener": "^1.5.2",
    "semver": "^7.3.8",
    "table": "^6.8.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "husky": "^8.0.2"
  }
}
