UNPKG

express-multitenant-kit

Version:

A lightweight helper module for building multi-tenant Express.js applications. Includes JWT-based route protection, dynamic route handling, and integration with express-tenant-router.

33 lines (32 loc) 850 B
{ "name": "express-multitenant-kit", "version": "1.0.4", "description": "A lightweight helper module for building multi-tenant Express.js applications. Includes JWT-based route protection, dynamic route handling, and integration with express-tenant-router.", "main": "index.js", "keywords": [ "express", "multitenant", "multi-tenant", "jwt", "express-router", "express-tenant-router", "nodejs", "boilerplate" ], "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Made with ❤️ by Pragyanshu", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/yourusername/express-multitenant-kit.git" }, "dependencies": { "express-tenant-router": "^1.0.0", "jsonwebtoken": "^9.0.0" } }