UNPKG

atikin-notify-cli

Version:

A powerful daily CLI tool that shows reminders, quotes, tasks, and weather updates in your terminal. Created By: Atikin Verse.

39 lines (38 loc) 812 B
{ "name": "atikin-notify-cli", "version": "1.0.0", "description": "A powerful daily CLI tool that shows reminders, quotes, tasks, and weather updates in your terminal. Created By: Atikin Verse.", "main": "bin/index.js", "bin": { "atikin-daily": "bin/index.js" }, "scripts": { "start": "node bin/index.js" }, "keywords": [ "daily", "atikin-notify-cli", "atikinverse", "atikinnpm", "atikintools", "reminder", "productivity", "cli", "terminal", "weather", "quotes", "atikin" ], "author": { "name": "Atikin Verse", "email": "atikinverse@gmail.com", "url": "https://atikinverse.com" }, "license": "MIT", "dependencies": { "axios": "^1.10.0", "chalk": "^5.4.1", "inquirer": "^9.3.7", "ora": "^6.3.1" } }