{
  "name": "@taraj/express-validator",
  "version": "1.1.2",
  "description": "Lightweight & powerful express validator designed for Typescript.",
  "main": "./lib",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "validate",
    "typescript",
    "express",
    "vaildator",
    "Joi"
  ],
  "author": {
    "name": "Krzysztof Bachoń",
    "email": "kbachon97@gmail.com",
    "url": "https://github.com/Taraj"
  },
  "license": "MIT",
  "licenses": [
    {
      "name": "MIT",
      "url": "http://opensource.org/licenses/MIT"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Taraj/express-validator.git"
  },
  "bugs": {
    "url": "https://github.com/Taraj/express-validator/issues"
  },
  "dependencies": {
    "@types/express": "^4.17.13",
    "joi": "^17.4.1"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^9.0.2"
  }
}
