{
  "name": "flag-emojis",
  "version": "1.1.2",
  "description": "",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "git": "read -p 'Enter commit message: ' msg && git add . && git commit -m \"$msg\" && git push"
  },
  "keywords": [
    "emoji",
    "flag",
    "country",
    "nation",
    "国旗",
    "国家",
    "地区",
    "数据",
    "查询"
  ],
  "author": {
    "name": "jvy",
    "email": "jvy@qq.com",
    "url": "https://hub.js.cn"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/node": "latest",
    "typescript": "latest",
    "tsup": "latest"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "https://gitee.com/nodets/emoji-frag-symbol.git"
  }
}