{
  "name": "emoji-metadata",
  "version": "1.0.1",
  "description": "metadata for emoji scraped from the unicode.org page",
  "main": "emoji.js",
  "scripts": {
    "update": "node ./update-from-source.mjs"
  },
  "files": [
    "README.md",
    "emoji-metadata.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tonioloewald/emoji-metadata.git"
  },
  "keywords": [
    "emoji",
    "json",
    "metadata"
  ],
  "author": "Tonio Loewald",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tonioloewald/emoji-metadata/issues"
  },
  "devDependencies": {
    "node-fetch": "^3.3.1"
  },
  "homepage": "https://github.com/tonioloewald/emoji-metadata#readme"
}
