1 | {
|
2 | "name": "unicode-emoji-json",
|
3 | "version": "0.8.0",
|
4 | "description": "Emoji data from unicode.org as easily consumable JSON files.",
|
5 | "main": "data-by-emoji.json",
|
6 | "types": "index.d.ts",
|
7 | "files": [
|
8 | "data-by-emoji.json",
|
9 | "data-by-group.json",
|
10 | "data-ordered-emoji.json",
|
11 | "data-emoji-components.json"
|
12 | ],
|
13 | "scripts": {
|
14 | "download": "node script/download-unicode-data.js",
|
15 | "build": "node script/build.js && node script/generate-emoji-counts.js",
|
16 | "test": "node test/test.js"
|
17 | },
|
18 | "repository": {
|
19 | "type": "git",
|
20 | "url": "git+https://github.com/muan/unicode-emoji-json.git"
|
21 | },
|
22 | "author": "Mu-An Chiou",
|
23 | "license": "MIT",
|
24 | "bugs": {
|
25 | "url": "https://github.com/muan/unicode-emoji-json/issues"
|
26 | },
|
27 | "homepage": "https://github.com/muan/unicode-emoji-json#readme",
|
28 | "devDependencies": {
|
29 | "fast-html-parser": "^1.0.1",
|
30 | "tape": "^5.7.2"
|
31 | }
|
32 | }
|