{
  "name": "leet-code-read-me-generator",
  "version": "1.0.2",
  "description": "A CLI tool to automatically generate a structured README for LeetCode solutions, making it easier to document your coding challenges and projects.",
  "type": "module",
  "bin": {
    "leetcode-readme": "bin/cli.js"
  },
  "scripts": {
    "start": "node bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pSkywalker/leetCodeREADMEGenerator"
  },
  "bugs": {
    "url": "https://github.com/pSkywalker/leetCodeREADMEGenerator/issues"
  },
  "homepage": "https://github.com/pSkywalker/leetCodeREADMEGenerator/blob/main/README.md",
  "keywords": [
    "leetcode",
    "README generator",
    "README",
    "leetcode solutions",
    "code solutions",
    "automation",
    "CLI tool",
    "github README",
    "project documentation",
    "coding challenges"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.9.0",
    "js-beautify": "^1.15.4",
    "parsemate": "^0.0.12"
  }
}
