UNPKG

h0lidates

Version:

Shows holidays by entering the country name and year

41 lines (40 loc) 864 B
{ "name": "h0lidates", "version": "1.0.5", "description": "Shows holidays by entering the country name and year", "main": "index.js", "bin": { "holidates": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Ashr4f/holidates.git" }, "keywords": [ "Holidates", "Show holidays", "Vacations", "Holidays", "Public holidays" ], "author": "Ashraf", "license": "ISC", "bugs": { "url": "https://github.com/Ashr4f/holidates/issues" }, "homepage": "https://github.com/Ashr4f/holidates#readme", "dependencies": { "axios": "^0.19.0", "chalk": "^2.4.2", "country-list": "^2.2.0", "figlet": "^1.2.3", "fuzzy": "^0.1.3", "inquirer": "^7.0.0", "inquirer-autocomplete-prompt": "^1.0.1", "loadash": "^1.0.0", "ora": "^3.4.0" } }