UNPKG

cod-string-magic

Version:

A powerful and lightweight npm library for string manipulation.

31 lines (30 loc) 740 B
{ "name": "cod-string-magic", "version": "1.0.2", "description": "A powerful and lightweight npm library for string manipulation.", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/codinnovation/cod-string-magic.git" }, "keywords": [ "string", "truncate", "capitalize", "reverse", "palindrome", "camelcase", "snakecase", "kebabcase" ], "author": "Cod Innovations", "license": "MIT", "bugs": { "url": "https://github.com/codinnovation/cod-string-magic/issues" }, "homepage": "https://github.com/codinnovation/cod-string-magic#readme" }