@ngxi/fa6-solid
Version:
Icon set Font Awesome Solid for Angular applications
58 lines • 1.27 kB
JSON
{
"name": "@ngxi/fa6-solid",
"type": "module",
"version": "0.12.33",
"description": "Icon set Font Awesome Solid for Angular applications",
"author": "Adrián UB",
"license": "CC-BY-4.0",
"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/fa6-solid"
},
"bugs": "https://github.com/adrian-ub/ngxi/issues",
"keywords": [
"icon",
"iconify",
"icons",
"ngxi",
"fa6-solid",
"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.33"
},
"scripts": {
"build": "vite build"
}
}