UNPKG
wordpeek
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
**wordpeek** is a simple command-line tool that reads a `.txt` file and tells you:
wordpeek
/
package.json
13 lines
(12 loc)
•
269 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"wordpeek"
,
"version"
:
"1.0.2"
,
"type"
:
"module"
,
"main"
:
"app.js"
,
"bin"
:
{
"wordpeek"
:
"./app.js"
}
,
"keywords"
:
[
"sujal"
,
"mrcoder"
,
"word counter"
,
"word counter by sujal"
]
,
"author"
:
"Sujal Kumar Soni"
,
"license"
:
"MIT"
}