{
  "name": "ngx-el",
  "version": "22.0.0",
  "description": "A simple way to lazy load Angular components in non-angular projects",
  "author": "Bruno Bradach",
  "contributors": [
    {
      "name": "Sammy Mohamed",
      "url": "https://sammymohamed.com/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thatsamsonkid/ngx-element.git"
  },
  "bugs": {
    "url": "https://github.com/thatsamsonkid/ngx-element/issues"
  },
  "homepage": "https://github.com/thatsamsonkid/ngx-element",
  "keywords": [
    "angular",
    "elements",
    "angular elements",
    "web components",
    "lazy loading",
    "standalone",
    "non-angular"
  ],
  "license": "MIT",
  "dependencies": {
    "tslib": "^2.8.0"
  },
  "peerDependencies": {
    "@angular/common": "^22.0.0",
    "@angular/core": "^22.0.0",
    "@angular/elements": "^22.0.0"
  }
}
