ngx-tabler-icons
Version:
Tabler Icons library for Angular applications
43 lines • 988 B
JSON
{
"name": "ngx-tabler-icons",
"version": "22.0.0",
"private": false,
"description": "Tabler Icons library for Angular applications",
"repository": {
"type": "git",
"url": "https://github.com/hernangiraldo/ngx-tabler-icons.git"
},
"keywords": [
"angular",
"tabler",
"icons",
"svg",
"library"
],
"author": "Hernán Giraldo",
"license": "MIT",
"peerDependencies": {
"@angular/common": "22",
"@angular/core": "22"
},
"dependencies": {
"tslib": "2.8.1"
},
"sideEffects": false,
"module": "fesm2022/ngx-tabler-icons.mjs",
"typings": "types/ngx-tabler-icons.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-tabler-icons.d.ts",
"default": "./fesm2022/ngx-tabler-icons.mjs"
},
"./icons": {
"types": "./types/ngx-tabler-icons-icons.d.ts",
"default": "./fesm2022/ngx-tabler-icons-icons.mjs"
}
},
"type": "module"
}