{ "name": "emojilib", "version": "3.0.6", "description": "Emoji keyword library.", "main": "dist/emoji-en-US.json", "files": [ "dist" ], "scripts": { "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 ", "license": "MIT", "bugs": { "url": "https://github.com/muan/emojilib/issues" }, "homepage": "https://github.com/muan/emojilib#readme", "devDependencies": { "prettier": "^1.18.2", "promptly": "^3.2.0", "tape": "^5.1.1", "unicode-emoji-json": "0.3.1", "xml2json": "^0.12.0" } }