{
  "name": "@perfect-data/schema-standard-validators",
  "version": "2.4.4",
  "description": "Standard validators for Schema",
  "author": "Yanick Rochon <yanick.rochon@gmail.com>",
  "license": "MIT",
  "main": "./index.js",
  "engines": {
    "node": ">= 8.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:perfect-schema/standard-validators.git"
  },
  "keywords": [
    "perfect-data",
    "model",
    "schema",
    "validation"
  ],
  "peerDependencies": {},
  "dependencies": {},
  "private": false,
  "module": "./esm/index.js"
}