{
  "name": "emoji-append",
  "version": "1.3.11",
  "description": "Append Emoji Flag to the string",
  "main": "index.js",
  "author": {
    "name": "Megrez Lu",
    "email": "lujiajing1126@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lujiajing1126/emoji-append"
  },
  "license": "MIT",
  "devDependencies": {
    "jest": "^28.1.1"
  },
  "scripts": {
    "test": "jest"
  },
  "types": "index",
  "dependencies": {
    "core-js": "3.22.8"
  }
}
