{
  "name": "@dashjoin/json-schema-form",
  "version": "1.0.3",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dashjoin/json-schema-form"
  },
  "bugs": {
    "url": "https://github.com/dashjoin/json-schema-form/issues"
  },
  "keywords": [
    "json-schema",
    "angular",
    "angular2",
    "form-builder",
    "autocomplete",
    "json pointer"
  ],
  "peerDependencies": {
    "jsonata": "^2.0.4",
    "@angular/material": "^16.2.12",
    "@angular/common": "^16.2.12",
    "@angular/core": "^16.2.12"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/dashjoin-json-schema-form.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/dashjoin-json-schema-form.mjs",
      "esm": "./esm2022/dashjoin-json-schema-form.mjs",
      "default": "./fesm2022/dashjoin-json-schema-form.mjs"
    }
  }
}