{ "name": "@inquirer/rawlist", "version": "1.2.16", "description": "Inquirer rawlist prompt", "main": "./dist/cjs/index.js", "typings": "./dist/cjs/types/index.d.ts", "files": [ "dist/**/*" ], "repository": { "type": "git", "url": "https://github.com/SBoudrias/Inquirer.js.git" }, "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" ], "author": "Simon Boudrias ", "license": "MIT", "homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/rawlist/README.md", "dependencies": { "@inquirer/core": "^6.0.0", "@inquirer/type": "^1.1.6", "chalk": "^4.1.2" }, "devDependencies": { "@inquirer/testing": "^2.1.10" }, "scripts": { "tsc": "yarn run tsc:esm && yarn run tsc:cjs", "tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json", "tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=14.18.0" }, "exports": { ".": { "import": { "types": "./dist/esm/types/index.d.mts", "default": "./dist/esm/index.mjs" }, "require": { "types": "./dist/cjs/types/index.d.ts", "default": "./dist/cjs/index.js" } } }, "gitHead": "4dee2b11d89a7c8a698c9eeda546ba8092b84f64" }