{
  "name": "emoji-shortcode-converter",
  "version": "1.0.0",
  "description": "Convert shortcode emojis in text files to characters",
  "main": "./lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BurgersOnBrioche/emoji-shortcode-converter.git"
  },
  "keywords": [
    "emoji",
    "shortcode",
    "convert",
    "converter"
  ],
  "author": "David Lichy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BurgersOnBrioche/emoji-shortcode-converter/issues"
  },
  "bin": {
    "emoji-shortcode-converter": "./bin/global.js"
  },
  "preferGlobal": true,
  "homepage": "https://github.com/BurgersOnBrioche/emoji-shortcode-converter#readme"
}
