Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category5
Sort:Used by Most Apps
tsx
A drop-in replacement for the node CLI that runs TypeScript and ESM files instantly, powered by esbuild.
AWS SDK for JavaScript (S3 Client)
The official modular AWS SDK v3 client for Amazon S3, with TypeScript-first APIs and streaming support.
ts-node
TypeScript execution engine and REPL for Node.js that runs .ts files directly, without a separate compile step.
lint-staged
Run linters and formatters only against the files staged in git, so a slow full-project lint never blocks a commit.
node-postgres
Non-blocking PostgreSQL client for Node.js with pure JavaScript and native libpq bindings.
cross-env
Cross-platform CLI for setting environment variables in npm scripts without worrying about Windows vs POSIX syntax.
concurrently
Run multiple terminal commands in parallel, with color-coded output and cross-platform support.
Chalk
The most popular Node.js library for styling terminal string output with ANSI colors.
Tokio
The async runtime powering most of Rust's networked, concurrent, and I/O-bound applications.
Commander.js
The complete, battle-tested framework for building Node.js command-line interfaces.
jsonwebtoken
The de facto Node.js library for signing, verifying, and decoding JSON Web Tokens.
rimraf
Cross-platform recursive file and directory removal for Node.js, modeled on the UNIX `rm -rf` command.
ioredis
A robust, full-featured Redis client for Node.js with built-in Cluster, Sentinel, and TypeScript support.
webpack-cli
The official command-line interface for webpack, adding build, watch, serve, and config-validation commands to any project.
Oxlint
Rust-based JavaScript/TypeScript linter that runs 50-100x faster than ESLint, with zero configuration required.
jose
Zero-dependency JWT, JWS, JWE, and JWK toolkit for Node.js, browsers, and edge runtimes.
futures
The foundational Future, Stream, and Sink traits and combinators for zero-cost async Rust
Cobra
The commander library that powers Kubernetes, Hugo, and GitHub CLI's command-line interfaces.
boto3
The official AWS SDK for Python — call every Amazon Web Services API from your code.
Google Cloud Storage
Node.js client library for Google Cloud Storage — upload, download, and manage buckets and objects programmatically.
xterm.js
A fast, self-contained TypeScript library for embedding fully-featured terminals in the browser.
Clap
The most widely used command-line argument parser for Rust, with both derive and builder APIs.
sha2
Pure Rust implementation of the SHA-2 hash function family (SHA-224/256/384/512) with hardware-accelerated backends.
pino-pretty
A CLI and stream that prettifies Pino's ndjson log lines into readable, colorized terminal output for local development.