clean-modules
Clean up/prune unnecessary files and reduce the size of your `node_modules` directory. Useful for CI caches or for reducing the size of serverless functions.
version-clean
Turn a dirty version (such as v1, =1.0.x, >1.0 <2) into a clean version (1.0)
no-try
Clean up code by removing try-catch-finally blocks.
json-to-plain-text
Convert JSON or JavaScript objects into clean, human-readable plain text format.