UNPKG

inquirer

Version:

A collection of common interactive command line user interfaces.

97 lines (96 loc) 1.93 kB
{ "name": "inquirer", "version": "13.0.2", "description": "A collection of common interactive command line user interfaces.", "keywords": [ "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generate", "generator", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "menu", "node", "nodejs", "prompt", "promptly", "prompts", "question", "readline", "scaffold", "scaffolder", "scaffolding", "stdin", "stdout", "terminal", "tty", "ui", "yeoman", "yo", "zsh" ], "homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/inquirer/README.md", "repository": { "type": "git", "url": "https://github.com/SBoudrias/Inquirer.js.git" }, "license": "MIT", "author": "Simon Boudrias <admin@simonboudrias.com>", "sideEffects": false, "type": "module", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "tsc": "tsc" }, "dependencies": { "@inquirer/ansi": "^2.0.2", "@inquirer/core": "^11.0.2", "@inquirer/prompts": "^8.0.2", "@inquirer/type": "^4.0.2", "mute-stream": "^3.0.0", "run-async": "^4.0.6", "rxjs": "^7.8.2" }, "devDependencies": { "@types/mute-stream": "^0.0.4", "typescript": "^5.9.3" }, "engines": { "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0" }, "peerDependencies": { "@types/node": ">=18" }, "peerDependenciesMeta": { "@types/node": { "optional": true } }, "publishConfig": { "access": "public" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "gitHead": "9c724296daad3d740b09173f9aae035dc62cb106" }