{
  "name": "@nestjs/class-validator",
  "version": "0.13.4",
  "description": "Fork of the class-validator package. Decorator-based property validation for classes.",
  "author": "TypeStack contributors",
  "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/nestjs/class-validator.git"
  },
  "tags": [
    "validator",
    "validation",
    "decorators",
    "typescript"
  ],
  "dependencies": {
    "libphonenumber-js": "^1.9.43",
    "validator": "^13.7.0"
  },
  "changelog": {
    "labels": {
      "type: feature :tada:": "Features",
      "type: bug :sob:": "Bug fixes",
      "type: enhancement :wolf:": "Enhancements",
      "type: docs :page_facing_up:": "Docs",
      "dependencies": "Dependencies"
    }
  }
}
