validify-string
Version:
Ensure accurate and secure input with our reliable string validation library.
35 lines (34 loc) • 830 B
JSON
{
"name": "validify-string",
"version": "2.3.0",
"description": "Ensure accurate and secure input with our reliable string validation library.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jagroop2001/validify-string.git"
},
"keywords": [
"validator",
"validation",
"validate",
"validate-string"
],
"author": "Jagroop <jagroopofficial29@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jagroop2001/validify-string/issues"
},
"homepage": "https://github.com/Jagroop2001/validify-string#readme",
"devDependencies": {
"@types/node": "^20.11.17",
"typescript": "^4.9.5"
},
"files": [
"lib/**/*"
]
}