{
  "name": "class-validator-custom-errors",
  "version": "0.0.5",
  "description": "Decorator-based property validation for classes with the ability to customize the error messages.",
  "author": "Aritra Sadhukhan",
  "license": "MIT",
  "sideEffects": false,
  "main": "./cjs/index.js",
  "module": "./esm5/index.js",
  "es2015": "./esm2015/index.js",
  "typings": "./types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/arizworld/class-validator-custom-errors"
  },
  "tags": [
    "validator",
    "validation",
    "decorators",
    "typescript"
  ],
  "keywords": [
    "class-validator",
    "internationalization",
    "custom errors",
    "i18next",
    "multilingualism"
  ],
  "dependencies": {
    "@types/validator": "^13.11.8",
    "libphonenumber-js": "^1.11.1",
    "validator": "^13.9.0"
  }
}
