emoji-flag-symbol
Version:
全球国家和地区国旗 Emoji 数据集合,提供便捷的国旗信息查询 API。
39 lines • 833 B
JSON
{
"name": "emoji-flag-symbol",
"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"
}
}