{
  "name": "helpsheet-cli",
  "version": "1.1.4",
  "description": "Interactive Git command cheatsheet CLI tool",
  "main": "cli.js",
  "bin": {
    "cheatsheet": "cli.js"
  },
  "scripts": {
    "start": "node cli.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm audit --audit-level moderate"
  },
  "keywords": [
    "git",
    "cli",
    "cheatsheet",
    "developer-tools",
    "git-commands",
    "interactive",
    "terminal"
  ],
  "author": "Samuel Urah Yahaya <urahsamuel0202@gmail.com>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sammy949/cheats-cli.git"
  },
  "homepage": "https://github.com/Sammy949/cheats-cli#readme",
  "bugs": {
    "url": "https://github.com/Sammy949/cheats-cli/issues"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "boxen": "^6.2.1",
    "chalk": "^4.1.2",
    "clipboardy": "^4.0.0",
    "figlet": "^1.8.2",
    "inquirer": "^8.2.6"
  },
  "files": [
    "cli.js",
    "README.md",
    "LICENSE"
  ]
}
