characters-counter
Version:
The fastest real-time characters, words, sentences, paragraphs counter for your text.
39 lines (38 loc) • 978 B
JSON
{
"name": "characters-counter",
"version": "2.0.1",
"description": "The fastest real-time characters, words, sentences, paragraphs counter for your text.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnshSinghSonkhia/characters-counter.git"
},
"keywords": [
"text-counter",
"character-counter",
"characters-counter",
"words-counter",
"word-counter",
"counter",
"character-count",
"text-count",
"word-count",
"paragraph-counter",
"total-characters",
"total-words",
"text-features",
"emoji-counter"
],
"author": "Ansh Singh Sonkhia",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/AnshSinghSonkhia/characters-counter/issues"
},
"homepage": "https://github.com/AnshSinghSonkhia/characters-counter#readme",
"devDependencies": {
"jest": "^29.7.0"
}
}