UNPKG
kaomoji
Version:
latest (0.2.1)
0.2.1
0.1.0
0.0.1
Random kaomoji generator with 314 kaomojis across 4 categories.
kaomoji
/
package.json
14 lines
•
260 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"kaomoji"
,
"version"
:
"0.2.1"
,
"main"
:
"./index.cjs.js"
,
"module"
:
"./index.esm.js"
,
"bin"
: {
"kaomoji"
:
"./cli.cjs.js"
},
"dependencies"
: {
"
@clack
/prompts"
:
"^1.0.1"
,
"commander"
:
"^14.0.3"
},
"types"
:
"./index.d.ts"
}