UNPKG

pragi-string

Version:

A package to modify strings

18 lines (16 loc) 538 B
{ "name": "pragi-string", "version": "1.1.3", "description": "A package to modify strings", "types": "index.d.ts", "main": "index.js", "scripts": { "test": "node test.js" }, "keywords": ["text", "string", "pragi", "capitalize", "lowercase", "uppercase", "titlecase", "sentencecase", "camelcase", "snakecase", "kebabcase", "trim", "truncate", "exclude", "options", "humanize", "digital", "time", "duration", "format"], "author": "Pragatheeswaran", "license": "MIT", "bin": { "pragi-string": "./cli.js" } }