{
  "name": "@ajsf/bootstrap4",
  "version": "18.3.0",
  "description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
  "author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
  "keywords": [
    "Angular",
    "ng",
    "Angular18",
    "Angular 18",
    "ng18",
    "JSON Schema",
    "form",
    "forms",
    "form builder",
    "Bootstrap",
    "Bootstrap 4",
    "ajsf",
    "angular json schema form"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hamzahamidi/ajsf"
  },
  "bugs": {
    "url": "https://github.com/hamzahamidi/ajsf/issues"
  },
  "funding": "https://github.com/sponsors/hamzahamidi",
  "private": false,
  "dependencies": {
    "@ajsf/core": "^18.3.0",
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@angular/common": "^18.0.0",
    "@angular/core": "^18.0.0"
  },
  "module": "fesm2022/ajsf-bootstrap4.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ajsf-bootstrap4.mjs",
      "esm": "./esm2022/ajsf-bootstrap4.mjs",
      "default": "./fesm2022/ajsf-bootstrap4.mjs"
    }
  },
  "sideEffects": false
}