UNPKG

cli-memento-mori

Version:

A CLI tool to visualize life's journey with a Memento Mori calendar.

26 lines (25 loc) 478 B
{ "name": "cli-memento-mori", "version": "1.0.0", "description": "A CLI tool to visualize life's journey with a Memento Mori calendar.", "main": "index.js", "bin": { "mori": "./index.js" }, "scripts": { "start": "node index.js" }, "keywords": [ "memento", "cli", "calendar", "life" ], "author": "Tanner Cottle", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^8.3.0", "prompts": "^2.4.2" } }