casetext-transformer
Version:
The ultimate text transformation library with 40+ transformations - from standard case conversions to creative text effects
57 lines (56 loc) • 1.22 kB
JSON
{
"name": "casetext-transformer",
"version": "2.0.2",
"description": "The ultimate text transformation library with 40+ transformations - from standard case conversions to creative text effects",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Henrysssong/text-transformer.git"
},
"homepage": "https://github.com/Henrysssong/text-transformer#readme",
"bugs": {
"url": "https://github.com/Henrysssong/text-transformer/issues"
},
"scripts": {
"test": "node test.js",
"fun-test": "node fun-test.js",
"mega-test": "node mega-test.js"
},
"keywords": [
"text",
"formatter",
"fun",
"case",
"conversion",
"camelcase",
"snakecase",
"kebabcase",
"pascalcase",
"titlecase",
"uwu",
"mocking",
"leet",
"vaporwave",
"text-transformation",
"zalgo",
"morse-code",
"binary",
"pig-latin",
"redacted",
"claps",
"hashtag",
"rot13",
"small-caps",
"bubble-text",
"emoji",
"sparkles",
"mirrored-text",
"box-drawing",
"base64",
"nato-phonetic",
"scrambled"
],
"author": "Henry Song",
"license": "MIT"
}