@mdkva/textkit
Version:
MDKVA TextKit is a lightweight API providing essential text utilities — slugify, truncate, title case, reverse, and random ID generation — designed for developers and automation projects.
36 lines • 904 B
JSON
{
"name": "@mdkva/textkit",
"version": "0.2.0",
"description": "MDKVA TextKit is a lightweight API providing essential text utilities — slugify, truncate, title case, reverse, and random ID generation — designed for developers and automation projects.",
"license": "MIT",
"author": "MDKVA <contact@mdkva.com>",
"contributors": [
"M. Danyal Kayani <danyal@mdkva.com>"
],
"type": "module",
"main": "textkit.js",
"repository": {
"type": "git",
"url": "https://github.com/mdkva/textkit.git"
},
"homepage": "https://mdkva.com/apis/textkit/",
"keywords": [
"mdkva",
"string",
"text",
"utilities",
"slugify",
"truncate",
"titlecase",
"randomid",
"reverse",
"lowercase",
"uppercase",
"starts with letter",
"repeat text",
"textkit"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}