multi-countwords
Version:
it is a npx cli project which can count words in any file
32 lines (31 loc) • 851 B
JSON
{
"type": "module",
"name": "multi-countwords",
"version": "1.2.0",
"description": "it is a npx cli project which can count words in any file",
"main": "app.js",
"bin": {
"count": "./app.js"
},
"homepage": "https://github.com/rjvayu233/multi-countwords#readme",
"bugs": {
"url": "https://github.com/rjvayu233/multi-countwords/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rjvayu233/multi-countwords.git"
},
"scripts": {
"test": "count ./node_modules/multi-countwords/file-1.txt all the things",
"test1": "count ./file-2.txt you said running",
"test2": "count ./file-3.txt through my head"
},
"keywords": [
"wordsCounter",
"multi-wordsCounter",
"wordcounter",
"counter"
],
"author": "rj_vayu",
"license": "ISC"
}