UNPKG
words-counter-app
Version:
latest (1.0.1)
1.0.1
1.0.0
A CLI tool to count words in a text file
words-counter-app
/
package.json
17 lines
(16 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"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"
}