UNPKG

date-prompt

Version:
31 lines (30 loc) 851 B
{ "name": "date-prompt", "description": "A CLI date picker prompt.", "version": "1.0.0", "main": "index.js", "files": [ "index.js", "example.js" ], "keywords": ["date", "day", "month", "year", "interactive", "prompt", "command line", "cli", "terminal"], "author": "Jannis R <mail@jannisr.de>", "homepage": "https://github.com/derhuerst/date-prompt", "repository": "git://github.com/derhuerst/date-prompt.git", "bugs": "https://github.com/derhuerst/date-prompt/issues", "license": "ISC", "engines": { "node": ">=10" }, "dependencies": { "moment": "^2.12", "ansi-escapes": "^4.3.1", "chalk": "^4.1.0", "cli-styles": "^1.0.0", "prompt-skeleton": "^1.0.2" }, "scripts": { "test": "node test.js" } }