@amxdev/truncate-text
Version:
Truncate long text to a maximum length with ellipsis.
17 lines • 432 B
JSON
{
"name": "@amxdev/truncate-text",
"version": "1.0.0",
"description": "Truncate long text to a maximum length with ellipsis.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": ["truncate-text", "utility", "typescript", "amxdev"],
"author": "Alok Mishra",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}