validme
Version:
A comprehensive validation library for various data types.
32 lines • 730 B
JSON
{
"name": "validme",
"version": "1.0.3",
"author": {
"name": "Naxrul Ahmed",
"email": "devnaxrul@gmail.com"
},
"description": "A comprehensive validation library for various data types.",
"main": "./cjs/index.js",
"module": "./index.js",
"types": "./types/index.d.ts",
"scripts": {
"start": "makepack start",
"build": "makepack build",
"build:publish": "makepack publish"
},
"devDependencies": {
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"makepack": "^1.5.24",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^4.4.2"
},
"keywords": [
"validation",
"data-validation",
"validators",
"typescript",
"javascript"
]
}