aaja
Version:
CLI tool to get details about today's nepali date, tithi, public events and current time.
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "aaja",
"version": "1.0.5",
"description": "CLI tool to get details about today's nepali date, tithi, public events and current time.",
"main": "bin/index.js",
"bin": {
"aaja": "bin/index.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "ava --verbose",
"test:watch": "ava --verbose --watch"
},
"keywords": [
"nepali",
"date",
"nepali-date",
"nepali-calendar"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/adarshaacharya/aaja.git"
},
"bugs": {
"url": "https://github.com/adarshaacharya/aaja/issues"
},
"homepage": "https://github.com/adarshaacharya/aaja#readme",
"author": "Aadarsha <connectwithadarsha@gmail.com>",
"dependencies": {
"boxen": "^5.0.1",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.9",
"got": "^11.8.2",
"log-update": "^4.0.0",
"meow": "^9.0.0",
"ora": "^5.4.0",
"update-notifier": "^5.1.0"
},
"devDependencies": {
"ava": "*"
}
}