@ngxi/fa
Version: 
Icon set Font Awesome 4 for Angular applications
58 lines • 1.24 kB
JSON
{
  "name": "@ngxi/fa",
  "type": "module",
  "version": "0.12.28",
  "description": "Icon set Font Awesome 4 for Angular applications",
  "author": "Adrián UB",
  "license": "OFL-1.1",
  "funding": "https://github.com/sponsors/adrian-ub",
  "homepage": "https://github.com/adrian-ub/ngxi#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/adrian-ub/ngxi.git",
    "directory": "packages/fa"
  },
  "bugs": "https://github.com/adrian-ub/ngxi/issues",
  "keywords": [
    "icon",
    "iconify",
    "icons",
    "ngxi",
    "fa",
    "angular"
  ],
  "sideEffects": false,
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0"
  },
  "peerDependenciesMeta": {
    "@angular/core": {
      "optional": false
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "ngxi": "0.12.28"
  },
  "scripts": {
    "build": "vite build"
  }
}