{
  "name": "@drdgvhbh/class-validator",
  "version": "0.12.2",
  "description": "Class-based validation with Typescript / ES6 / ES5 using decorators or validation schemas. Supports both node.js and browser",
  "license": "MIT",
  "readmeFilename": "README.md",
  "main": "./bundles/index.umd.js",
  "module": "./esm5/index.js",
  "es2015": "./esm2015/index.js",
  "typings": "./types/index.d.ts",
  "sideEffects": false,
  "author": {
    "name": "Umed Khudoiberdiev",
    "email": "pleerock.me@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/typestack/class-validator.git"
  },
  "bugs": {
    "url": "https://github.com/typestack/class-validator/issues"
  },
  "tags": [
    "validator",
    "validation",
    "typescript",
    "typescript-validator"
  ],
  "dependencies": {
    "@types/validator": "13.0.0",
    "google-libphonenumber": "^3.2.9",
    "tslib": ">=1.11.2",
    "validator": "13.0.0"
  },
  "devDependencies": {
    "@types/del": "^4.0.0",
    "@types/gulp": "^4.0.2",
    "@types/gulp-istanbul": "^0.9.32",
    "@types/gulp-mocha": "0.0.32",
    "@types/gulp-replace": "0.0.31",
    "@types/gulp-sourcemaps": "0.0.32",
    "@types/jest": "^25.2.1",
    "@types/node": "^12.7.1",
    "@types/rollup-plugin-json": "^3.0.2",
    "@types/rollup-plugin-sourcemaps": "^0.4.2",
    "@typescript-eslint/eslint-plugin": "^2.29.0",
    "@typescript-eslint/parser": "^2.29.0",
    "conventional-changelog-angular": "^5.0.3",
    "conventional-changelog-cli": "^2.0.21",
    "del": "^5.0.0",
    "es6-shim": "^0.35.3",
    "eslint": "^6.8.0",
    "eslint-plugin-compat": "^3.5.1",
    "eslint-plugin-jest": "^23.8.2",
    "gulp": "^4.0.2",
    "gulp-conventional-changelog": "^2.0.19",
    "gulp-replace": "^1.0.0",
    "gulp-shell": "^0.8.0",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-tslint": "^8.1.3",
    "gulp-typescript": "^5.0.1",
    "gulpclass": "^0.2.0",
    "jest": "^25.4.0",
    "rollup": "^1.20.1",
    "rollup-plugin-commonjs": "^10.0.2",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-terser": "^5.3.0",
    "rollup-plugin-uglify": "^6.0.4",
    "ts-jest": "^25.4.0",
    "ts-node": "^8.8.1",
    "tslib": "^1.11.2",
    "typescript": "^3.5.3",
    "webpack-config-utils": "^2.3.1"
  },
  "scripts": {
    "build": "gulp package",
    "test": "gulp tests",
    "lint": "gulp eslint",
    "changelog": "gulp changelog"
  },
  "browserslist": [
    "> 5%"
  ]
}
