@dofy/emojidb
Version:
emoji database cli
46 lines (45 loc) • 929 B
JSON
{
"name": "@dofy/emojidb",
"version": "1.5.2",
"description": "emoji database cli",
"type": "module",
"bin": {
"emojidb": "bin/index.js"
},
"scripts": {
"build": "tsc",
"start": "node ./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dofy/emojidb.git"
},
"keywords": [
"emoji",
"database",
"unicode",
"cli"
],
"author": {
"name": " Seven Yu",
"email": "dofyyu@gmail.com"
},
"bugs": {
"url": "https://github.com/dofy/emojidb/issues"
},
"homepage": "https://github.com/dofy/emojidb#readme",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.9.0",
"@types/xml2js": "^0.4.14",
"@types/yargs": "^17.0.31",
"typescript": "5.2.2"
},
"dependencies": {
"@json2csv/node": "^7.0.6",
"axios": "^1.7.7",
"xml2js": "^0.6.2",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
}
}