{
  "name": "validate-value",
  "version": "10.0.0",
  "description": "validate-value validates values against JSON schemas.",
  "contributors": [
    {
      "name": "Golo Roden",
      "email": "golo.roden@thenativeweb.io"
    },
    {
      "name": "Jan-Hendrik Grundhöfer",
      "email": "jan-hendrik.grundhoefer@thenativeweb.io"
    },
    {
      "name": "Hannes Leutloff",
      "email": "hannes.leutloff@thenativeweb.io"
    },
    {
      "name": "Alexander Kampf",
      "email": "alexander.kampf@thenativeweb.io"
    },
    {
      "name": "Matthias Hermsen",
      "email": "matthiashermsen@gmail.com"
    }
  ],
  "private": false,
  "main": "build/lib/index.js",
  "types": "build/lib/index.d.ts",
  "dependencies": {
    "@types/json-schema": "7.0.11",
    "ajv": "8.11.0",
    "ajv-formats": "2.1.1",
    "defekt": "9.3.0",
    "json-schema": "0.4.0",
    "typedescriptor": "4.0.14"
  },
  "devDependencies": {
    "assertthat": "6.5.2",
    "roboter": "13.2.1",
    "semantic-release-configuration": "2.0.7"
  },
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/thenativeweb/validate-value.git"
  },
  "keywords": [
    "ajv",
    "schema",
    "validation",
    "value"
  ],
  "license": "MIT"
}
