{
  "name": "@hestia-earth/json-schema",
  "version": "39.0.1",
  "description": "HESTIA JSON Schema",
  "main": "index.js",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/hestia-earth/hestia-schema.git"
  },
  "keywords": [
    "hestia",
    "schema",
    "json-schema"
  ],
  "author": "Guillaume Royer <guillaume@hestia.earth>",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/hestia-earth/hestia-schema/issues"
  },
  "homepage": "https://gitlab.com/hestia-earth/hestia-schema#README",
  "dependencies": {
    "@hestia-earth/schema": "*"
  },
  "sideEffects": false,
  "module": "esm/index.js",
  "typesVersions": {
    "*": {
      "*": [
        "*"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./esm/index.js",
      "require": "./index.js"
    },
    "./schema-utils": {
      "types": "./schema-utils.d.ts",
      "import": "./esm/schema-utils.js",
      "require": "./schema-utils.js"
    },
    "./schemas": {
      "types": "./schemas.d.ts",
      "import": "./esm/schemas.js",
      "require": "./schemas.js"
    },
    "./types": {
      "types": "./types.d.ts",
      "import": "./esm/types.js",
      "require": "./types.js"
    }
  }
}
