-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1537f8
commit d044bd7
Showing
3 changed files
with
24 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@tasmidur/nodejs-dynamic-validation-rules", | ||
"name": "dynamic-validation-rules", | ||
"version": "v1.0.5-alpha", | ||
"description": "This tool generates preliminary validation rules for popular libraries such as JOI, ValidatorJS and @vinejs/vine", | ||
"description": "This tool generates basic validation rules for popular libraries such as JOI, ValidatorJS and @vinejs/vine", | ||
"bin": { | ||
"ndVr": "dist/cli.js" | ||
}, | ||
|
@@ -25,10 +25,14 @@ | |
"schema", | ||
"nodejs-validation", | ||
"dynamic-schema", | ||
"dynamic-validation-rules-from-db", | ||
"joi schema", | ||
"validatorjs schema", | ||
"vine js schema" | ||
"dynamic-rules", | ||
"dynamic-validation-rules", | ||
"joi validation rules", | ||
"validatorjs validation rules", | ||
"vineJs validation rules", | ||
"vinejs@vine validation rules", | ||
"mysql schema rules", | ||
"postgres schema rules" | ||
], | ||
"author": "Md Tasmidur Rahman <[email protected]> (https://tasmidur.netlify.app)", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters