{
  "name": "@skyux/icons",
  "version": "11.1.0",
  "main": "./index.js",
  "types": "./index.d.ts",
  "description": "A sprite map for SKY UX SVG icons.",
  "scripts": {
    "build": "rimraf dist && node ./scripts/prepare-package.mjs",
    "lint": "eslint",
    "test": "eslint && vitest run --coverage",
    "watch": "vitest --coverage",
    "dev:pristine": "skyux-dev pristine-commit",
    "release": "npx skyux-dev release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blackbaud/skyux-icons.git"
  },
  "author": "Blackbaud, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blackbaud/skyux-icons/issues"
  },
  "homepage": "https://github.com/blackbaud/skyux-icons#readme",
  "pipelineSettings": {
    "publishToCDN": true,
    "publishToNPM": true
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@ryansonshine/cz-conventional-changelog",
      "types": {
        "feat": {
          "description": "A new feature",
          "title": "Features"
        },
        "fix": {
          "description": "A bug fix",
          "title": "Bug Fixes"
        },
        "docs": {
          "description": "Documentation only changes",
          "title": "Documentation"
        },
        "style": {
          "description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
          "title": "Styles"
        },
        "refactor": {
          "description": "A code change that neither fixes a bug nor adds a feature",
          "title": "Code Refactoring"
        },
        "perf": {
          "description": "A code change that improves performance",
          "title": "Performance Improvements"
        },
        "test": {
          "description": "Adding missing tests or correcting existing tests",
          "title": "Tests"
        },
        "build": {
          "description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
          "title": "Builds"
        },
        "ci": {
          "description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
          "title": "Continuous Integrations"
        },
        "chore": {
          "description": "Other changes that don't modify src or test files",
          "title": "Chores"
        },
        "revert": {
          "description": "Reverts a previous commit",
          "title": "Reverts"
        },
        "deprecation": {
          "description": "A type, property, or solution is marked deprecated",
          "title": "Deprecations"
        }
      }
    }
  },
  "devDependencies": {
    "@eslint/compat": "1.4.0",
    "@eslint/js": "9.36.0",
    "@fluentui/svg-icons": "1.1.319",
    "@ryansonshine/commitizen": "4.2.8",
    "@ryansonshine/cz-conventional-changelog": "3.3.4",
    "@skyux/dev-infra-private": "github:blackbaud/skyux-dev-infra-private-builds#12.0.0-alpha.20",
    "@trivago/prettier-plugin-sort-imports": "5.2.2",
    "@typescript-eslint/eslint-plugin": "8.44.1",
    "@typescript-eslint/parser": "8.44.1",
    "@vitest/coverage-v8": "3.2.4",
    "@xmldom/xmldom": "0.8.11",
    "commit-and-tag-version": "12.6.0",
    "cross-spawn": "7.0.6",
    "eslint": "9.36.0",
    "eslint-config-prettier": "10.1.8",
    "fs-extra": "11.3.2",
    "glob": "11.0.3",
    "globals": "16.4.0",
    "prettier": "3.6.2",
    "rimraf": "6.0.1",
    "svg-sprite": "2.0.4",
    "typescript": "5.9.2",
    "typescript-eslint": "8.44.1",
    "vitest": "3.2.4"
  }
}
