{
  "name": "cv-pksilen",
  "version": "0.13.5",
  "description": "Decorator-based property validation for classes.",
  "author": "TypeStack contributors",
  "license": "MIT",
  "sideEffects": false,
  "main": "./build/cjs/index.js",
  "files": [
    "build"
  ],
  "module": "./esm5/index.js",
  "es2015": "./esm2015/index.js",
  "typings": "./build/types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/pksilen/cv-pksilen.git"
  },
  "tags": [
    "validator",
    "validation",
    "decorators",
    "typescript"
  ],
  "scripts": {
    "build": "npm run build:cjs",
    "build:clean": "rimraf build",
    "build:es2015": "tsc --project tsconfig.prod.esm2015.json",
    "build:esm5": "tsc --project tsconfig.prod.esm5.json",
    "build:cjs": "tsc --project tsconfig.prod.cjs.json",
    "build:umd": "rollup --config rollup.config.js",
    "build:types": "tsc --project tsconfig.prod.types.json",
    "prettier:fix": "prettier --write \"**/*.{ts,md}\"",
    "prettier:check": "prettier --check \"**/*.{ts,md}\"",
    "lint:fix": "eslint --max-warnings 0 --fix --ext .ts src/",
    "lint:check": "eslint --max-warnings 0 --ext .ts src/",
    "test": "jest --coverage --verbose",
    "test:watch": "jest --watch",
    "test:ci": "jest --runInBand --no-cache --coverage --verbose"
  },
  "dependencies": {
    "@types/validator": "^13.6.6",
    "libphonenumber-js": "^1.9.42",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@types/jest": "^27.0.2",
    "@types/node": "^16.11.7",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^25.2.4",
    "husky": "^4.3.8",
    "jest": "^26.6.3",
    "lint-staged": "^11.2.6",
    "prettier": "^2.2.1",
    "reflect-metadata": "0.1.13",
    "rimraf": "3.0.2",
    "rollup": "^2.60.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^26.5.6",
    "ts-node": "^10.4.0",
    "typescript": "^4.2.4"
  }
}
