UNPKG

words-counter-app

Version:

A CLI tool to count words in a text file

17 lines (16 loc) 289 B
{ "name": "words-counter-app", "version": "1.0.1", "description": "A CLI tool to count words in a text file", "bin": { "wordcount": "./index.js" }, "type": "module", "keywords": [ "cli", "word", "counter" ], "author": "Aditya Kumar", "license": "MIT" }