1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "name": "@inquirer/figures",
- "version": "1.0.11",
- "description": "Vendored version of figures, for CJS compatibility",
- "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"
- ],
- "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"
- },
- "devDependencies": {
- "@arethetypeswrong/cli": "^0.17.4",
- "@repo/tsconfig": "workspace:*",
- "tshy": "^3.0.2"
- },
- "engines": {
- "node": ">=18"
- },
- "tshy": {
- "exclude": [
- "src/**/*.test.ts"
- ],
- "exports": {
- "./package.json": "./package.json",
- ".": "./src/index.ts"
- }
- },
- "gitHead": "79a0b3e7446b4a3de09445bf2f4031e4190b6382"
- }
|