UNPKG

emojilib

Version:
42 lines (41 loc) 998 B
{ "name": "emojilib", "version": "4.0.3", "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", "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.9.0", "fast-xml-parser": "^5.5.7" } }