{
  "name": "mui-icon",
  "$schema": "../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "packages/icon/src",
  "projectType": "library",
  "tags": [],
  "targets": {
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "silent": false,
        "fix": false,
        "cache": true,
        "cacheLocation": "./node_modules/.cache/icon/.eslintcache",
        "maxWarnings": -1,
        "quiet": false,
        "hasTypeAwareRules": true,
        "cacheStrategy": "metadata"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "vitest run packages/icon"
      }
    },
    "version": {
      "executor": "@jscutlery/semver:version",
      "options": {
        "preset": "conventional",
        "commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]",
        "tagPrefix": "@availity/{projectName}@",
        "trackDeps": true,
        "skipCommitTypes": [
          "docs"
        ]
      }
    }
  }
}
