{
  "name": "metalman-schema",
  "version": "4.0.2",
  "description": "A JSON schema validation middleware for the metalman module.",
  "keywords": [
    "metalman",
    "middleware",
    "json",
    "schema",
    "json schema",
    "validation",
    "validate"
  ],
  "main": "index.js",
  "scripts": {
    "test": "standard && node test.js",
    "postversion": "/release/node_modules/.bin/set-ci"
  },
  "author": "Marc Bachmann <marc.brookman@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "metalman": "^3.0.1",
    "standard": "^11.0.0"
  },
  "dependencies": {
    "ajv": "^7.1.1",
    "ajv-formats": "^1.5.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcbachmann/metalman-schema.git"
  },
  "bugs": {
    "url": "https://github.com/marcbachmann/metalman-schema/issues"
  },
  "homepage": "https://github.com/marcbachmann/metalman-schema#readme"
}
