@prathmeshw1102/dob-validator
Version:
validates string value if it is valid date format
21 lines (20 loc) • 476 B
JSON
{
"name": "@prathmeshw1102/dob-validator",
"version": "1.0.0",
"description": "validates string value if it is valid date format",
"main": "main.js",
"scripts": {
"build": "rollup --config",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dob-validator"
],
"author": "Prathmesh2001",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"rollup": "^2.0.0"
}
}