{
  "name": "@allgemein/schema-api",
  "version": "1.7.1",
  "description": "Library for schema api",
  "main": "index.js",
  "browser": "browser.js",
  "directories": {
    "doc": "docs/de"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/allgemein-node/schema-api.git"
  },
  "author": "Robert Kania",
  "license": "MIT",
  "keywords": [
    "commons",
    "allgemein",
    "json-schema",
    "typescript",
    "schema",
    "api"
  ],
  "bugs": {
    "url": "https://github.com/allgemein-node/schema-api/issues"
  },
  "homepage": "https://github.com/allgemein-node/schema-api#readme",
  "devDependencies": {
    "@allgemein/base": "^1.9.1",
    "@types/json-schema": "^7.0.9",
    "got": "version-11"
  },
  "peerDependencies": {
    "@allgemein/base": "*",
    "reflect-metadata": "*"
  }
}