{
  "name": "unicode-emoji-toolkit",
  "version": "1.0.4",
  "description": "A lightweight, 0 dependency emoji utility library that actually works as you would expect. (Digits are not emojis!) Detect emojis, filter out non emojis or vice-versa, and much more",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/N-Shar-ma/unicode-emoji-toolkit.git"
  },
  "keywords": [
    "emoji",
    "emojis",
    "emoji-unicode",
    "regex",
    "unicode",
    "vanilla-javascript-library",
    "utility",
    "lightweight"
  ],
  "author": "Nehal Sharma",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/N-Shar-ma/unicode-emoji-toolkit/issues"
  },
  "homepage": "https://github.com/N-Shar-ma/unicode-emoji-toolkit#readme",
  "devDependencies": {
    "jest": "^27.0.6",
    "typescript": "^4.4.3"
  }
}
