@formkit/rules
Version:
Validation rules for FormKit
46 lines • 989 B
JSON
{
"name": "@formkit/rules",
"version": "1.6.9",
"type": "module",
"description": "Validation rules for FormKit",
"main": "dist/index.cjs",
"types": "dist/index.d.cts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/index.d.mts",
"development": "./dist/index.dev.mjs",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./*": "./dist/*"
},
"keywords": [
"vue",
"forms",
"inputs",
"validation"
],
"repository": {
"type": "git",
"url": "https://github.com/formkit/formkit.git",
"directory": "packages/rules"
},
"contributors": [
"Justin Schroeder <justin@formkit.com>"
],
"license": "MIT",
"dependencies": {
"@formkit/core": "1.6.9",
"@formkit/utils": "1.6.9",
"@formkit/validation": "1.6.9"
},
"scripts": {
"test": "jest"
}
}