input-validify
Version:
A lightweight javascript package to validate forms.
33 lines (32 loc) • 751 B
JSON
{
"name": "input-validify",
"version": "3.1.3",
"main": "index.mjs",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "index.d.ts",
"keywords": [
"input",
"form",
"validation",
"frontend",
"backend",
"zod",
"lightweight",
"usernames",
"passwords"
],
"author": "zedento",
"license": "MIT",
"description": "A lightweight javascript package to validate forms.",
"repository": {
"type": "git",
"url": "https://github.com/AliAbdullah0/npm-package-validify.git"
},
"bugs": {
"url": "https://github.com/AliAbdullah0/npm-package-validify/issues"
},
"homepage": "https://github.com/AliAbdullah0/npm-package-validify#readme"
}