UNPKG

prompt

Version:

A beautiful command-line prompt for node.js

41 lines (40 loc) 856 B
{ "name": "prompt", "version": "1.3.0", "description": "A beautiful command-line prompt for node.js", "author": "Nodejitsu Inc. <info@nodejitsu.com>", "maintainers": [ "indexzero <charlie@nodejitsu.com>", "jesusabdullah <josh@nodejitsu.com>" ], "repository": { "type": "git", "url": "http://github.com/flatiron/prompt.git" }, "keywords": [ "prompt", "command-line", "customize", "validation" ], "dependencies": { "@colors/colors": "1.5.0", "async": "3.2.3", "read": "1.0.x", "revalidator": "0.1.x", "winston": "2.x" }, "devDependencies": { "eslint": "^7.32.0", "vows": "^0.7.0" }, "main": "./lib/prompt", "scripts": { "test": "vows test/prompt-test.js --spec", "test-all": "vows --spec" }, "license": "MIT", "engines": { "node": ">= 6.0.0" } }