{
  "name": "@perfect-data/schema",
  "version": "2.7.2",
  "description": "Design and validate data using schema",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/perfect-data/schema.git"
  },
  "keywords": [
    "schema"
  ],
  "author": "Yanick ROchon <yanick.rochon@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/perfect-data/schema/issues"
  },
  "homepage": "https://gitlab.com/perfect-data/schema#readme",
  "dependencies": {
    "var-validator": "0.0.3"
  },
  "private": false,
  "module": "./esm/index.js"
}