kenat-cli
Version:
A CLI for the Kenat Ethopian calendar library
38 lines (37 loc) • 884 B
JSON
{
"name": "kenat-cli",
"version": "1.0.0",
"description": "A CLI for the Kenat Ethopian calendar library",
"main": "src/cli.js",
"type": "module",
"bin": {
"kenat": "src/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MelakuDemeke/kenat-cli.git"
},
"keywords": [
"kenat",
"ethiopian",
"calendar"
],
"author": "Melaku Demeke",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1",
"cli-table3": "^0.6.5",
"figlet": "^1.8.1",
"gradient-string": "^3.0.0",
"kenat": "^2.1.1",
"prompts": "^2.4.2",
"yargs": "^17.7.2"
},
"bugs": {
"url": "https://github.com/MelakuDemeke/kenat-cli/issues"
},
"homepage": "https://github.com/MelakuDemeke/kenat-cli#readme"
}