{
  "name": "data-validator-js",
  "version": "1.0.19",
  "description": "Validation Methods for all types of Data",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manikumarkv/data-validator-js.git"
  },
  "keywords": [
    "validator",
    "Validations",
    "js",
    "Validation Library",
    "regex",
    "dictionary",
    "converter",
    "password generator",
    "password strength",
    "strong password",
    "week password",
    "browser utilities",
    "navigator",
    "email vaidation",
    "phone validation",
    "number validation",
    "casing converter",
    "camelcase",
    "snake case",
    "title case",
    "random case",
    "shuffle string",
    "sentense case",
    "lower camel case"

  ],
  "author": "“Mani <“manikumarkv@gmail.com”>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/manikumarkv/data-validator-js/issues"
  },
  "homepage": "https://github.com/manikumarkv/data-validator-js#readme",
  "devDependencies": {
    "@types/jest": "^23.3.9",
    "jest": "^23.6.0",
    "prettier": "^1.15.2",
    "ts-jest": "^23.10.4",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0",
    "typescript": "^3.1.6"
  }
}
