zahoor_word_counter
Version:
CLI Word Counter is a simple command-line application implemented in TypeScript that allows you to count the number of words in a text.It's a handy tool for writers, editors, and anyone working with text documents.
23 lines • 454 B
JSON
{
"name": "zahoor_word_counter",
"version": "1.0.1",
"description": "",
"main": "index.js",
"type": "module",
"bin": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wordcounter"
],
"author": "huzaifa zahoor",
"license": "ISC",
"dependencies": {
"inquirer": "^9.2.11"
},
"devDependencies": {
"@types/inquirer": "^9.0.6",
"@types/node": "^20.8.10"
}
}