meow why-dep
Trace why a package is in the dependency tree, readingmeow.lock.jsonl.
| Flag / Argument | Default | Description |
|---|---|---|
<pkg> | The package to explain. | |
--shortest | off | Show one shortest chain per version. |
--json | off | Emit the structured report. |
--limit <n> | (built-in) | Max chains per version before truncating. |
meow why-large
List lockfile packages by cached tarball size.meow why-slow
Report cold-start timing; with a target, basic module + lockfile stats.| Argument | Description |
|---|---|
[target] | Optional module to stat alongside the cold-start timing. |
meow doctor
Environment, config, and lockfile health, as a panel.package.json, lockfile, node_modules, and cache status. No flags.
meow sync
Regenerate the shadow config and bundled type declarations frommeow.config.json.
.meow/tsconfig.json, .meow/strict-web.d.ts, the meow:* declarations
under .meow/types/meow/, and the root tsconfig.json shim. Never touches
package.json. Run it after editing meow.config.json.
meow ls
List active dev servers discovered vialsof, with labels for well-known ports
(Next.js, Vite, Astro, Tauri, Wrangler, …). Available on macOS and Linux.
Contributor command.
meow types (--emit / --check) regenerates the
bundled meow:* .d.ts declarations from the runtime sources. It only runs
inside the meow repository checkout and is meant for contributors, not end users.
Set MEOW_TSC to point at a specific compiler.Built-in module APIs
meow:http, meow:ui, meow:test.