{
  "name": "quick-readme",
  "version": "1.1.2",
  "description": "A CLI tool to generate README files super fast and easily!",
  "main": "dist/index.js",
  "scripts": {
    "start": "ts-node src/index.ts",
    "build": "tsc",
    "format": "prettier --write .",
    "add-shebang": "node add-shebang.js",
    "prepublishOnly": "npm run build && npm run format && npm run add-shebang"
  },
  "keywords": [
    "CLI",
    "README",
    "documentation",
    "markdown",
    "generator",
    "quick",
    "easy",
    "fast"
  ],
  "author": "BankkRoll",
  "license": "MIT",
  "bin": {
    "quick-readme": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BankkRoll/quick-readme.git"
  },
  "homepage": "https://github.com/BankkRoll/quick-readme#readme",
  "bugs": {
    "url": "https://github.com/BankkRoll/quick-readme/issues"
  },
  "devDependencies": {
    "prettier": "3.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "enquirer": "^2.4.1"
  }
}
