{
  "name": "@raju0090/string-utilities",
  "version": "1.0.0",
  "description": "`stringUtils` is a simple utility module that provides functions for common string operations.",
  "main": "string-utilities.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "reverse",
    "toUpperCase",
    "toLowerCase",
    "isPalindrome"
  ],
  "author": "pushpa",
  "license": "ISC"
}
