Spaces:
Running
Running
{ | |
"name": "@inquirer/core", | |
"version": "10.1.10", | |
"description": "Core Inquirer prompt API", | |
"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/core/README.md", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/SBoudrias/Inquirer.js.git" | |
}, | |
"license": "MIT", | |
"author": "Simon Boudrias <[email protected]>", | |
"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/figures": "^1.0.11", | |
"@inquirer/type": "^3.0.6", | |
"ansi-escapes": "^4.3.2", | |
"cli-width": "^4.1.0", | |
"mute-stream": "^2.0.0", | |
"signal-exit": "^4.1.0", | |
"wrap-ansi": "^6.2.0", | |
"yoctocolors-cjs": "^2.1.2" | |
}, | |
"devDependencies": { | |
"@arethetypeswrong/cli": "^0.17.4", | |
"@inquirer/testing": "^2.1.46", | |
"@repo/tsconfig": "workspace:*", | |
"@types/mute-stream": "^0.0.4", | |
"@types/node": "^22.14.0", | |
"@types/wrap-ansi": "^3.0.0", | |
"tshy": "^3.0.2" | |
}, | |
"peerDependencies": { | |
"@types/node": ">=18" | |
}, | |
"peerDependenciesMeta": { | |
"@types/node": { | |
"optional": true | |
} | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"publishConfig": { | |
"access": "public" | |
}, | |
"tshy": { | |
"exclude": [ | |
"src/**/*.test.ts" | |
], | |
"exports": { | |
"./package.json": "./package.json", | |
".": "./src/index.ts" | |
} | |
}, | |
"gitHead": "d367155a8d64d8b3e93f9c763adccf708aedc8a8" | |
} | |