smart-validation
Version:
A lightweight and customizable validation library for JavaScript and TypeScript.
45 lines • 1.18 kB
JSON
{
"name": "smart-validation",
"version": "1.0.5",
"description": "A lightweight and customizable validation library for JavaScript and TypeScript.",
"license": "ISC",
"files": [
"dist"
],
"keywords": [
"validation",
"validator",
"valida",
"validify",
"type-and-rule-validator",
"valid-logic",
"lightweight",
"customizable",
"typescript",
"javascript",
"types"
],
"author": "Siva <sivar15racer@gmail.com>",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/siva-s-23/smart-validation"
},
"homepage": "https://github.com/siva-s-23/smart-validation#readme",
"bugs": {
"url": "https://github.com/siva-s-23/smart-validation/issues"
},
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build && npm test"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}