cnat 0.0.7

Systematically apply certain modifications to classes, class names, used in your frontend codebase.
Documentation
{
  "name": "cnat",
  "version": "0.0.7",
  "description": "Systematically apply certain modifications to classes, class names, used in your frontend codebase.",
  "bin": {
    "cnat": "./npm/run.js"
  },
  "files": [
    "npm/**/*",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/Gnarus-G/cnat#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Gnarus-G/cnat"
  },
  "scripts": {
    "postinstall": "node ./npm/install.js"
  },
  "keywords": [
    "tailwind",
    "css",
    "classNames",
    "prefix",
    "changes",
    "tool"
  ],
  "author": "Gnarus-G",
  "license": "GPL-2.0",
  "dependencies": {
    "binary-install": "^1.1.0",
    "dotenv": "^16.3.1",
    "tar": "^6.1.15",
    "zod": "^3.21.4"
  },
  "devDependencies": {
    "typescript": "^5.1.6"
  }
}