emojilib
Version:
Emoji keyword library.
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "emojilib",
"version": "4.0.2",
"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.8.0",
"fast-xml-parser": "^4.3.6"
}
}