{
  "name": "validatorshield",
  "version": "2.0.0",
  "description": "Universal validation (frontend + backend) with TypeScript. Includes common rules and Sequelize-backed async rules (unique, exists).",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "validator",
    "validation",
    "frontend validation",
    "backend validation",
    "typescript",
    "sequelize",
    "unique",
    "exists",
    "form",
    "node",
    "browser"
  ],
  "devDependencies": {
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "sequelize": "*",
    "@prisma/client": "*"
  },
  "author": "Shivank Singh",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/shivank-singh75/validatorshield.git"
  }
}
