@nowarajs/singleton-manager

Singleton Manager is a package that provides a simple way to manage singletons in your application. It allows you to create, retrieve, and manage singletons with ease and type safety.

@nowarajs/kv-store

A flexible key-value store interface library that provides a unified KvStore API allowing custom storage implementations. Includes built-in adapters for Redis (RedisStore) and in-memory storage (MemoryStore) by default.

@nowarajs/totp

A comprehensive Time-based One-Time Password (TOTP) and HMAC-based One-Time Password (HOTP)

@nowarajs/typed-event-emitter

Typed Event Emitter is a TypeScript library that provides a strongly typed event emitter, allowing developers to define custom events with specific payloads, ensuring type safety and reducing runtime errors in event-driven applications.