UNPKG

remind-terminal-checkpoint-cli

Version:

A simple CLI to schedule local reminders via terminal.

35 lines (34 loc) 785 B
{ "name": "remind-terminal-checkpoint-cli", "version": "1.0.2", "description": "A simple CLI to schedule local reminders via terminal.", "bin": { "remind-cli": "./index.js" }, "scripts": { "start": "node index.js" }, "keywords": [ "cli", "reminder", "terminal", "notification" ], "author": "Danu", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/realmisky/remind-cli.git" }, "bugs": { "url": "https://github.com/realmisky/remind-cli/issues" }, "homepage": "https://github.com/realmisky/remind-cli#readme", "dependencies": { "chalk": "^5.4.1", "figlet": "^1.8.1", "node-notifier": "^10.0.1", "ora": "^8.2.0", "yargs": "^17.7.2" } }