-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 880 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@sefinek/random-emoji",
"version": "2.1.0",
"description": "A module offering a range of random emoticons, complete with their names and categories. Additionally, it also includes random kaomoji.",
"keywords": [
"random",
"emoji",
"emojis",
"emoticon",
"unicode",
"cat",
"cats",
"heart",
"hearts",
"food",
"foods",
"circle",
"circles",
"name",
"type"
],
"homepage": "https://github.com/sefinek24/random-emoji#readme",
"bugs": {
"url": "https://github.com/sefinek24/random-emoji/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek24/random-emoji.git"
},
"license": "MIT",
"author": "Sefinek <[email protected]> (https://sefinek.net)",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "node examples/main.js"
}
}