validation-box
Version:
The only validation library - with flexible regex - you need.
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "validation-box",
"version": "2.0.4",
"main": "index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://vbox.euotiniel.com/",
"scripts": {
"test": "vitest",
"build": "tsup",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/euotiniel/validation-box"
},
"keywords": [
"validation",
"data-validation",
"typescript",
"lightweight",
"zero-dependency",
"fast-validation",
"regex-killer",
"developer-friendly",
"type-safety",
"simple-but-powerful",
"country-validation",
"email-validation",
"phone-number-validation"
],
"author": "Otoniel Emanuel",
"license": "MIT",
"description": "The only validation library - with flexible regex - you need.",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react-dom": "^19.0.4",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.6"
}
}