[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

chore: add engines field to prompts and core (#514)

authored by

Willow (GHOST) and committed by
GitHub
(Apr 22, 2026, 9:44 AM +0100) ea5702e8 eb0bef05

+12
+6
.changeset/mean-squids-slide.md
··· 1 + --- 2 + "@clack/prompts": minor 3 + "@clack/core": minor 4 + --- 5 + 6 + fix: add engines field expressing node >=20.12 requirement
+3
packages/core/package.json
··· 47 47 }, 48 48 "license": "MIT", 49 49 "packageManager": "pnpm@9.14.2", 50 + "engines": { 51 + "node": ">= 20.12.0" 52 + }, 50 53 "scripts": { 51 54 "build": "unbuild", 52 55 "prepack": "pnpm build",
+3
packages/prompts/package.json
··· 47 47 "ui" 48 48 ], 49 49 "packageManager": "pnpm@9.14.2", 50 + "engines": { 51 + "node": ">= 20.12.0" 52 + }, 50 53 "scripts": { 51 54 "build": "unbuild", 52 55 "prepack": "pnpm build",