UNPKG

ez-string-toolkit

Version:

A simple and easy-to-use string utility library with essential string manipulation functions

30 lines 664 B
{ "name": "ez-string-toolkit", "version": "1.0.2", "description": "A simple and easy-to-use string utility library with essential string manipulation functions", "main": "index.js", "scripts": { "test": "node test.js", "build": "echo 'No build step needed'", "prepublishOnly": "npm test" }, "keywords": [ "string", "utility", "utils", "helper", "text", "manipulation", "camelcase", "capitalize", "truncate", "reverse", "wordcount" ], "author": "Your Name", "license": "MIT", "homepage": "https://bgsiscript.com", "engines": { "node": ">=12.0.0" } }