yuppee

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

yuppee v1.0.0 is a lightweight, zero-dependency migration utility for migrating JSON objects between schema versions. It provides type-safe migrations using TypeScript generics, allowing developers to define incremental migrations from one version to the next. The library is designed for small state or settings objects stored as JSON, and is suitable for Node.js environments (requires Node >=22). Unlike heavier migration tools for databases, yuppee focuses on client-side or edge-case schema evolution with minimal overhead. It ships with TypeScript definitions and is ESM-only.