abdeltuto
Version:
Shows holidays by entering the country name and year
35 lines • 781 B
JSON
{
"name": "abdeltuto",
"version": "1.0.5",
"description": "Shows holidays by entering the country name and year",
"main": "index.js",
"bin": {
"abdeltuto": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abood1991/NPM-CLI.git"
},
"keywords": [
"Holidates",
"Show holidays",
"Vacations",
"Holidays",
"Public holidays"
],
"author": "Abood",
"license": "ISC",
"bugs": {
"url": "https://github.com/abood1991/NPM-CLI/issues"
},
"homepage": "https://github.com/abood1991/NPM-CLI#readme",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.2",
"country-list": "^2.2.0",
"figlet": "^1.2.3"
}
}