[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
0

Configure Feed

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

clack / package.json
836 B 31 lines
1{ 2 "name": "@clack/root", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "stub": "pnpm -r run build --stub", 7 "build": "pnpm --filter \"@clack/*\" run build", 8 "start": "pnpm run dev", 9 "dev": "pnpm --filter @example/changesets run start", 10 "format": "biome check --write", 11 "lint": "biome lint --write --unsafe", 12 "types": "tsc --noEmit", 13 "deps": "pnpm exec knip --production", 14 "test": "pnpm --color -r run test", 15 "pretest": "pnpm run build" 16 }, 17 "devDependencies": { 18 "@biomejs/biome": "^2.1.2", 19 "@changesets/changelog-github": "^0.7.0", 20 "@changesets/cli": "^2.31.0", 21 "@types/node": "^20.19.39", 22 "jsr": "^0.13.4", 23 "knip": "^5.62.0", 24 "typescript": "^6.0.3", 25 "unbuild": "^3.6.0" 26 }, 27 "packageManager": "pnpm@10.33.0", 28 "volta": { 29 "node": "20.18.1" 30 } 31}