{
  "name": "angular-remix-icon",
  "version": "8.2.0",
  "author": {
    "name": "Adithya Sreyaj",
    "email": "adi.sreyaj@gmail.com",
    "url": "https://adi.so"
  },
  "description": "A simple component that would allow you to use remix icon in Angular",
  "keywords": [
    "angular",
    "icons",
    "remix icon",
    "angular remix icon"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adisreyaj/angular-remix-icon/issues"
  },
  "homepage": "https://github.com/adisreyaj/angular-remix-icon/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adisreyaj/angular-remix-icon.git"
  },
  "peerDependencies": {
    "@angular/common": ">=18.0.0 <22.0.0",
    "@angular/core": ">=18.0.0 <22.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/angular-remix-icon.mjs",
  "typings": "types/angular-remix-icon.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/angular-remix-icon.d.ts",
      "default": "./fesm2022/angular-remix-icon.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}