{
  "name": "@tabler/icons-angular",
  "version": "3.41.1",
  "license": "MIT",
  "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your Angular projects.",
  "homepage": "https://tabler.io/icons",
  "bugs": {
    "url": "https://github.com/tabler/tabler-icons/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/codecalm"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tabler/tabler-icons.git",
    "directory": "packages/icons-angular"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "angular",
    "icons",
    "svg",
    "tabler",
    "ui",
    "icon-pack"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons && pnpm run typecheck && pnpm run build:ng",
    "build:icons": "node build.mjs",
    "build:ng": "ng build --configuration=production",
    "copy:license": "cp ../../LICENSE ./LICENSE",
    "clean": "rm -rf dist && find src/icons -mindepth 1 ! -name '.gitkeep' -delete",
    "typecheck": "tsc",
    "test": "ng test --no-watch --no-progress",
    "test:watch": "ng test"
  },
  "main": "./dist/fesm2022/tabler-icons-angular.mjs",
  "module": "./dist/fesm2022/tabler-icons-angular.mjs",
  "types": "./dist/types/tabler-icons-angular.d.ts",
  "devDependencies": {
    "@angular-devkit/build-angular": "^21.1.2",
    "@angular/animations": "^21.1.1",
    "@angular/cli": "^21.1.2",
    "@angular/common": "^21.1.1",
    "@angular/compiler": "^21.1.1",
    "@angular/compiler-cli": "^21.1.1",
    "@angular/core": "^21.1.1",
    "@angular/platform-browser": "^21.1.1",
    "@angular/platform-browser-dynamic": "^21.1.1",
    "@types/jasmine": "~5.1.0",
    "jasmine-core": "~5.1.0",
    "karma": "~6.4.0",
    "karma-chrome-launcher": "~3.2.0",
    "karma-coverage": "~2.2.0",
    "karma-jasmine": "~5.1.0",
    "karma-jasmine-html-reporter": "~2.1.0",
    "ng-packagr": "^21.1.0",
    "tslib": "^2.8.1",
    "typescript": "catalog:",
    "zone.js": "~0.14.10"
  },
  "peerDependencies": {
    "@angular/common": ">=21.0.0",
    "@angular/core": ">=21.0.0",
    "@tabler/icons": "workspace:*"
  }
}
