{
  "name": "discord-emoji",
  "version": "2.5.3",
  "description": "A near exact emoji tables of Discord for string-based insertion of emotes without having to escape Unicode.",
  "author": "Samuel Voeller <sammyvoeller@gmail.com> (https://github.com/xCykrix/discord_emoji)",
  "homepage": "https://github.com/xCykrix/discord_emoji",
  "repository": {
    "type": "git",
    "url": "git@github.com/xCykrix/discord_emoji.git"
  },
  "license": "MIT",
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "picocolors": "^1.0.0",
    "@deno/shim-deno": "~0.18.0"
  },
  "_generatedBy": "dnt@dev"
}