v-required
Version:
52 lines • 1.06 kB
JSON
{
"name": "v-required",
"version": "1.1.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/marlon-bento/v-required"
},
"files": [
"index.js",
"index.d.ts",
"utils.js",
"types.ts"
],
"author": "Márlon Bento Azevedo (https://github.com/marlon-bento)",
"license": "ISC",
"contributors": [
{
"name": "Jansem Wallemberg Torquetti Maia",
"url": "https://github.com/JansemWall"
}
],
"keywords": [
"vue",
"vue3",
"vue.js",
"front-end",
"web",
"vue-directive",
"custom-directive",
"form-validation",
"validation",
"form",
"v-required",
"reactive-validation",
"error-handling",
"vue-forms",
"vue-validation",
"typescript",
"dynamic-validation",
"vue-typescript",
"frontend-validation",
"client-side-validation",
"modular-validation",
"validation-rules"
],
"types": "index.d.ts"
}