A lightweight library by Kirito bundling essential Node.js backend tools for easy setup.
npm install kirito-lib> A lightweight package made by Kirito to simplify backend development and speed up installation of common Node.js modules.

---
kirito-lib bundles together essential libraries commonly used in backend development so you can install them all at once, with minimal setup. Perfect for rapid prototyping, small projects, or teaching environments.
When you install kirito-lib, you automatically get:
- express – Fast, unopinionated web framework
- mongoose – MongoDB object modeling
- multer – Middleware for handling multipart/form-data (e.g., file uploads)
- cors – Cross-Origin Resource Sharing support
- jsonwebtoken – Secure authentication using JWTs
- dotenv – Loads environment variables from .env
- bcrypt – Hashing and comparing passwords
```bash
npm install kirito-lib