{
  "name": "purify-code",
  "version": "1.0.1",
  "description": "A CLI tool to remove console.log, debugger, and comments from JS/TS files",
  "main": "lib/cleaner.js",
  "bin": {
    "code-cleaner": "./bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/manindra-bollam/purify-code.git"
  },
  "bugs": {
    "url": "https://github.com/manindra-bollam/purify-code/issues"
  },
  "homepage": "https://github.com/manindra-bollam/purify-code#readme",
  "keywords": [
    "clean",
    "console",
    "comment",
    "debugger",
    "cli",
    "purify"
  ],
  "author": "Manindra Bollam",
  "license": "MIT",
  "type": "module",
  "dependencies": {}
}
