update tsconfig
This commit is contained in:
15
package.json
15
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartvalidator",
|
||||
"version": "1.0.5",
|
||||
"private": false,
|
||||
"description": "a wrapper for the validator package to perform validations",
|
||||
"description": "A wrapper for performing validations using the validator package.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -39,5 +39,18 @@
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"keywords": [
|
||||
"validation",
|
||||
"validator wrapper",
|
||||
"data sanitation",
|
||||
"input validation",
|
||||
"type checking",
|
||||
"security",
|
||||
"form validation",
|
||||
"string validation",
|
||||
"URL validation",
|
||||
"IBAN validation",
|
||||
"email escape"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user