express-project-builder 1.0.31 → 1.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +39 -0
  2. package/package.json +2 -2
package/LICENSE ADDED
@@ -0,0 +1,39 @@
1
+ End User License Agreement (EULA) for Express Project Builder
2
+
3
+ Copyright © 2025 Mozzammel Ridoy
4
+ All rights reserved.
5
+
6
+ Official Publish Date: September 21, 2025
7
+
8
+ This End User License Agreement (“Agreement”) is a legal contract between you (“User”) and Mozzammel Ridoy (“Author”) for the use of the software package Express Project Builder (the “Software”). By installing, accessing, or using the Software, you agree to be bound by the terms of this Agreement.
9
+
10
+ 1. Grant of License
11
+ The Author grants the User a non-exclusive, non-transferable, limited license to use the Software for personal or commercial projects solely in its compiled / distributed form as published on npm.
12
+
13
+ 2. Restrictions
14
+ The User may NOT, under any circumstances:
15
+
16
+ - Copy, reproduce, modify, or reverse-engineer the source code of the Software.
17
+ - Redistribute, republish, sell, or sublicense the Software in any form, whether original or modified.
18
+ - Claim authorship, ownership, or authorship rights of the Software.
19
+
20
+ 3. Collaboration and Contribution
21
+ Developers who wish to contribute, modify, or extend the Software must contact the Author for explicit written permission. Only authorized collaborators may make changes to the Software codebase.
22
+
23
+ Contact Information for Collaboration Requests:
24
+ Email: dev.mozzammelridoy@gmail.com
25
+ LinkedIn: https://linkedin.com/in/MozzammelRidoy
26
+
27
+ 4. Disclaimer of Warranty
28
+ The Software is provided “AS IS” without any warranty of any kind, either express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, or non-infringement.
29
+
30
+ 5. Limitation of Liability
31
+ In no event shall the Author be liable for any damages (direct, indirect, incidental, or consequential) arising from the use or inability to use the Software.
32
+
33
+ 6. Intellectual Property
34
+ All intellectual property rights, including copyrights and trademarks, in the Software remain the property of the Author. This Agreement does not grant any rights to the source code, other than the compiled / distributed form provided on npm.
35
+
36
+ 7. Termination
37
+ This Agreement is effective until terminated. The Agreement will terminate automatically if the User fails to comply with any term herein. Upon termination, the User must destroy all copies of the Software in their possession.
38
+
39
+ By using this Software, you acknowledge that you have read this Agreement, understand it, and agree to be bound by its terms.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-project-builder",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "A powerful and professional Express.js project generator CLI that instantly scaffolds a production-ready backend with TypeScript, modular architecture, and built-in support for MongoDB (Mongoose) or PostgreSQL (Prisma). Includes authentication, error handling, rate limiting, file upload, caching, and utility functions—so you can focus on building features instead of boilerplate. Perfect for kickstarting your next Express.js API project with best practices and modern tools.",
5
5
  "type": "module",
6
6
  "main": "dist/bin/index.js",
@@ -51,7 +51,7 @@
51
51
  "dev.MozzammelRidoy"
52
52
  ],
53
53
  "author": "Mozzammel Ridoy",
54
- "license": "MIT",
54
+ "license": "SEE LICENSE IN LICENSE",
55
55
  "dependencies": {
56
56
  "chalk": "^5.3.0",
57
57
  "commander": "^11.1.0",