hi-validator
Version:
  
62 lines (61 loc) • 1.4 kB
JSON
{
"name": "hi-validator",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest",
"prepublish": "npm run build"
},
"keywords": [
"validation",
"runtime-type-checking",
"schema-validation",
"data-integrity",
"typescript",
"javascript-library",
"nodejs",
"browser",
"deno",
"object-validation",
"array-validation",
"tuple-validation",
"union-types",
"primitive-types",
"error-path-tracking",
"chainable-api",
"async-validation",
"zero-dependencies",
"type-inference",
"form-validation",
"api-data-parsing",
"deserialization",
"security-validation",
"xss-prevention",
"high-performance",
"lightweight-validation",
"low-memory",
"zod-alternative",
"joi-replacement",
"yup-competitor",
"owasp-compliance",
"declarative-validation",
"fluent-interface",
"type-safe"
],
"dependencies": {
"hi-datatype-operation": "^1.0.5",
"tslib": "^2.6.0"
},
"devDependencies": {
"tsup": "^8.0.0",
"typescript": "^5.0.0",
"vitest": "^1.0.0"
},
"packageManager": "pnpm@10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3"
}