You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
2.4 KiB
JSON
117 lines
2.4 KiB
JSON
3 weeks ago
|
{
|
||
|
"name": "@inquirer/prompts",
|
||
|
"version": "7.8.1",
|
||
|
"description": "Inquirer prompts, combined in a single package",
|
||
|
"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",
|
||
|
"types",
|
||
|
"typescript"
|
||
|
],
|
||
|
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/prompts/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",
|
||
|
".": {
|
||
|
"import": {
|
||
|
"types": "./dist/esm/index.d.ts",
|
||
|
"default": "./dist/esm/index.js"
|
||
|
},
|
||
|
"require": {
|
||
|
"types": "./dist/commonjs/index.d.ts",
|
||
|
"default": "./dist/commonjs/index.js"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"main": "./dist/commonjs/index.js",
|
||
|
"module": "./dist/esm/index.js",
|
||
|
"types": "./dist/commonjs/index.d.ts",
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"attw": "attw --pack",
|
||
|
"tsc": "tshy"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@inquirer/checkbox": "^4.2.0",
|
||
|
"@inquirer/confirm": "^5.1.14",
|
||
|
"@inquirer/editor": "^4.2.16",
|
||
|
"@inquirer/expand": "^4.0.17",
|
||
|
"@inquirer/input": "^4.2.1",
|
||
|
"@inquirer/number": "^3.0.17",
|
||
|
"@inquirer/password": "^4.0.17",
|
||
|
"@inquirer/rawlist": "^4.1.5",
|
||
|
"@inquirer/search": "^3.1.0",
|
||
|
"@inquirer/select": "^4.3.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@arethetypeswrong/cli": "^0.18.2",
|
||
|
"@inquirer/type": "^3.0.8",
|
||
|
"tshy": "^3.0.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=18"
|
||
|
},
|
||
|
"tshy": {
|
||
|
"exclude": [
|
||
|
"src/**/*.test.ts"
|
||
|
],
|
||
|
"exports": {
|
||
|
"./package.json": "./package.json",
|
||
|
".": "./src/index.ts"
|
||
|
}
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@types/node": ">=18"
|
||
|
},
|
||
|
"peerDependenciesMeta": {
|
||
|
"@types/node": {
|
||
|
"optional": true
|
||
|
}
|
||
|
},
|
||
|
"gitHead": "15b1e9c929abf5a46930e825e5fbafc50a9f31f6"
|
||
|
}
|