UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

82 lines (81 loc) 1.69 kB
{ "name": "@inquirer/figures", "version": "1.0.3", "description": "Vendored version of figures, for CJS compatibility", "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", "types", "typescript" ], "author": "Simon Boudrias <admin@simonboudrias.com>", "license": "MIT", "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", "dev": "tsc -p ./tsconfig.json --watch", "attw": "attw --pack" }, "engines": { "node": ">=18" }, "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" } } }, "sideEffects": false, "gitHead": "209b4ce30fe71f8e2f0e066a1a98e385eecb15f4" }