{
  "name": "@plumier/validator",
  "version": "1.1.3",
  "description": "Plumier validator and type converter module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "converter",
    "type"
  ],
  "scripts": {
    "test": "jest",
    "compile": "tsc -p tsconfig.build.json",
    "gen": "ts-node src/generator.ts",
    "clean": "rm -rf src/*.js && rm -rf test/*.js && rm -rf lib",
    "benchmark": "ts-node benchmark/index.ts"
  },
  "author": "Ketut Sandiarsa",
  "license": "MIT",
  "dependencies": {
    "@plumier/reflect": "^1.1.3",
    "@types/validator": "^13.7.10",
    "tslib": "^2.4.1",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "@hapi/joi": "^17.1.1",
    "@types/ejs": "^3.1.1",
    "@types/hapi__joi": "^17.1.8",
    "@types/jest": "^27.5.2",
    "@types/lodash": "^4.14.191",
    "coveralls": "^3.1.1",
    "ejs": "^3.1.8",
    "jest": "^27.5.1",
    "lodash": "^4.17.21",
    "ts-jest": "^27.1.5",
    "ts-node": "^10.9.1",
    "typescript": "4.8.4"
  },
  "bugs": {
    "url": "https://github.com/plumier/plumier/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/plumier/plumier"
  },
  "gitHead": "548e038b465048dd187866701ecb5fa81ccee517"
}
