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
Kind1
Category
Sort:Used by Most Apps
tsx
A drop-in replacement for the node CLI that runs TypeScript and ESM files instantly, powered by esbuild.
ts-node
TypeScript execution engine and REPL for Node.js that runs .ts files directly, without a separate compile step.
openapi-typescript
Generate type-safe TypeScript types directly from your OpenAPI 3.0 and 3.1 schemas.
mocha
The classic, battle-tested JavaScript test framework for Node.js and the browser, built around flexible async testing and pluggable reporters.
GraphQL Code Generator
A plugin-based CLI that generates typed code from a GraphQL schema and operations
openapi-ts
OpenAPI-to-TypeScript code generator producing production-grade SDKs, Zod schemas, and TanStack Query hooks.
c8
Native V8 code coverage for Node.js, with Istanbul-compatible reports and zero build-step setup.
@vitejs/plugin-basic-ssl
A Vite plugin that generates a self-signed certificate so your dev and preview servers can run over HTTPS with zero setup.
n
A dependency-free Bash CLI for interactively installing and switching Node.js versions.
babel-plugin-dynamic-import-node
A Babel plugin that rewrites ES `import()` calls into a Promise-wrapped `require()` for Node.js environments.