-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 890 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
{
"name": "unicode-emoji-toolkit",
"version": "1.0.4",
"description": "A lightweight, 0 dependency emoji utility library that actually works as you would expect. (Digits are not emojis!) Detect emojis, filter out non emojis or vice-versa, and much more",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/N-Shar-ma/unicode-emoji-toolkit.git"
},
"keywords": [
"emoji",
"emojis",
"emoji-unicode",
"regex",
"unicode",
"vanilla-javascript-library",
"utility",
"lightweight"
],
"author": "Nehal Sharma",
"license": "MIT",
"bugs": {
"url": "https://github.com/N-Shar-ma/unicode-emoji-toolkit/issues"
},
"homepage": "https://github.com/N-Shar-ma/unicode-emoji-toolkit#readme",
"devDependencies": {
"jest": "^27.0.6",
"typescript": "^4.4.3"
}
}