{
  "name": "@oshun/tenant-lilith-commons",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/v3/lilith-commons/src",
  "projectType": "library",
  "tags": ["scope:v3", "scope:oshun", "layer:tenant", "type:lib"],
  "implicitDependencies": ["@oshun/design-tokens", "@oshun/navigation"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{workspaceRoot}/dist/libs/v3/lilith-commons"],
      "cache": true,
      "options": {
        "command": "tsc -p libs/v3/lilith-commons/tsconfig.lib.json --pretty false"
      },
      "inputs": ["v3Production", "^v3Production"],
      "dependsOn": ["^build"]
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "cache": true,
      "options": {
        "lintFilePatterns": ["libs/v3/lilith-commons/**/*.ts"]
      },
      "inputs": [
        "v3Production",
        "{workspaceRoot}/eslint.config.js",
        "{workspaceRoot}/.eslintrc.json"
      ]
    },
    "test": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "vitest run --config libs/v3/lilith-commons/vitest.config.ts"
      },
      "inputs": ["v3Test", "^v3Production"]
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "tsc -p libs/v3/lilith-commons/tsconfig.lib.json --pretty false --noEmit"
      },
      "inputs": ["v3Production", "^v3Production"]
    }
  }
}
