Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
set-blocking
set blocking stdio and stderr ensuring that terminal output does not truncate
exit
A replacement for process.exit that ensures stdio are fully drained before exiting.
get-stdin
Get stdin as a string or buffer
hook-std
Hook and modify stdout and stderr
capture-console
Simple and easy stdio capture for Node.js
pad-stdio
Pad stdout and stderr
exit-x
A replacement for process.exit that ensures stdio are fully drained before exiting.
supergateway
Run MCP stdio servers over SSE or visa versa
mcp-remote
Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth
get-stdin-with-tty
Get stdin as a string or buffer from pipe or TTY
@antora/run-command-helper
Provides a helper function to run an external command uniformly across platforms with numerous options to control how stdio is handled.
prepend-transform
Prepend a string to beginning of each line of stdout/stderr.
@latitude-data/supergateway
Run MCP stdio servers over SSE or visa versa
spawncommand
Spawn or fork a child process with a promise property resolved on exit with stdout, stderr and code.
mock-stdio
mock stdio output for tests
get-stdin-promise
Return stdin as a promise
mcp-express-adapter
Express adapter for MCP servers.
express-mcp-adapter
Express adapter for MCP servers.
ink-spawn
Component for Ink, spawning child processes
@bearz/process
A runtime agnostic process module for Deno, Bun, and Node.js