UNPKG

unicode-emoji-json

Version:

Emoji data from unicode.org as easily consumable JSON files.

33 lines (32 loc) 897 B
{ "name": "unicode-emoji-json", "version": "0.8.0", "description": "Emoji data from unicode.org as easily consumable JSON files.", "main": "data-by-emoji.json", "types": "index.d.ts", "files": [ "data-by-emoji.json", "data-by-group.json", "data-ordered-emoji.json", "data-emoji-components.json" ], "scripts": { "download": "node script/download-unicode-data.js", "build": "node script/build.js && node script/generate-emoji-counts.js", "test": "node test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/muan/unicode-emoji-json.git" }, "author": "Mu-An Chiou", "license": "MIT", "bugs": { "url": "https://github.com/muan/unicode-emoji-json/issues" }, "homepage": "https://github.com/muan/unicode-emoji-json#readme", "devDependencies": { "fast-html-parser": "^1.0.1", "tape": "^5.7.2" } }