@vue-use-form/class-validator
Version:
class-validator resolver for vue-use-form
30 lines (29 loc) • 746 B
JSON
{
"name": "@vue-use-form/class-validator",
"version": "0.0.1",
"description": "class-validator resolver for vue-use-form",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
"author": "snowingfox",
"repository": {
"url": "https://github.com/vue-use-form/vue-use-form"
},
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"keywords": ["class-validator", "vue-use-form", "vue-hook-form", "vue-use-form-resolver"],
"peerDependencies": {
"class-transformer": "^0.4.0",
"class-validator": "^0.12.0",
"vue-use-form": ">=0.0.5"
}
}