{
  "name": "fluent-emoji",
  "version": "0.1.2",
  "description": "A React library for Microsoft's Fluent Emoji.",
  "author": "Samuel Kopp (https://samuelkopp.de)",
  "license": "Apache-2.0",
  "keywords": [
    "front-end",
    "emojis",
    "fluentui-emoji",
    "typescript",
    "javascript",
    "react",
    "svg"
  ],
  "main": "index.js",
  "exports": "./index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "repository": "boywithkeyboard/fluent-emoji",
  "bugs": "https://github.com/boywithkeyboard/fluent-emoji/issues",
  "homepage": "https://github.com/boywithkeyboard/fluent-emoji#readme",
  "peerDependencies": {
    "react": "^18"
  },
  "type": "module"
}
