{
  "name": "schema-type-validation",
  "version": "0.0.5",
  "description": "A simple schema type validator",
  "main": "src/index.js",
  "scripts": {
    "test": "node_modules/jest/bin/jest.js --detectOpenHandles"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathan-sh/schema-type-validation.git"
  },
  "keywords": [
    "schema",
    "type",
    "validation",
    "validator",
    "type-validator",
    "schema-validator"
  ],
  "author": "jonathan-sh",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jonathan-sh/schema-type-validation/issues"
  },
  "homepage": "https://github.com/jonathan-sh/schema-type-validation#readme",
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "jest": "^24.9.0"
  }
}
