create-prod-backend 1.3.5 → 1.3.6

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/README.md +8 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,24 +79,18 @@ npx create-prod-backend
79
79
  ---
80
80
 
81
81
  ## Supported Dependencies
82
-
83
- # Must have
84
82
  * express
85
83
  * cors
86
84
  * dotenv
87
85
  * cookie-parser
88
-
89
- # Dev Dependency
90
- * nodemon
91
-
92
- # Optinal
93
- * bcryptjs
94
- * zod
95
- * argon2
96
- * jsonwebtoken
97
- * cloudinary
98
- * multer
99
- * mongoose
86
+ * nodemon (devDependency)
87
+ * bcryptjs (Optional)
88
+ * zod (Optional)
89
+ * argon2 (Optional)
90
+ * jsonwebtoken (Optional)
91
+ * cloudinary (Optional)
92
+ * multer (Optional)
93
+ * mongoose (Optional)
100
94
 
101
95
  ---
102
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prod-backend",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "A cli tool to generate a production-ready backend boilerplate with Express.js, MongoDB, and essential features.",
5
5
  "main": "index.js",
6
6
  "bin": {