-
-
Notifications
You must be signed in to change notification settings - Fork 295
/
package.json
42 lines (42 loc) · 1.01 KB
/
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
38
39
40
41
42
{
"name": "emojilib",
"version": "4.0.0",
"description": "Emoji keyword library.",
"main": "dist/emoji-en-US.json",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"augment-en": "node scripts/augment-en.js",
"test": "node scripts/test.js",
"upgrade": "node scripts/upgrade.js",
"i18n": "node scripts/i18n.js",
"improve": "node scripts/improve.js",
"review": "node scripts/review.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muan/emojilib.git"
},
"keywords": [
"emoji",
"keyword",
"search"
],
"author": "Mu-An Chiou <me@muanchiou.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/muan/emojilib/issues"
},
"homepage": "https://github.com/muan/emojilib#readme",
"devDependencies": {
"change-case": "^5.4.3",
"emoji-platform-data": "^0.1.0",
"prettier": "^1.18.2",
"promptly": "^3.2.0",
"tape": "^5.1.1",
"unicode-emoji-json": "0.6.0",
"fast-xml-parser": "^4.3.6"
}
}