UNPKG
wcount-cli
Version:
latest (1.0.1)
1.0.1
1.0.0
wcount-cli
/
package.json
13 lines
•
342 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"type"
:
"module"
,
"name"
:
"wcount-cli"
,
"version"
:
"1.0.1"
,
"main"
:
"app.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"word"
,
"counter"
,
"word-counter"
,
"text"
,
"cli"
,
"text-analysis"
],
"author"
:
""
,
"license"
:
"ISC"
,
"description"
:
""
}