{
  "name": "@yemaya/ui",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/yemaya/ui/src",
  "projectType": "library",
  "tags": ["scope:yemaya", "layer:ui", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "cwd": "libs/yemaya/ui",
        "command": "tsup"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "outputs": ["{workspaceRoot}/coverage/libs/yemaya/ui"],
      "options": {
        "command": "pnpm exec vitest run --passWithNoTests",
        "cwd": "libs/yemaya/ui"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint"
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/yemaya/ui"
      }
    },
    "storybook": {
      "executor": "nx:run-commands",
      "options": {
        "command": "storybook dev -p 6006",
        "cwd": "libs/yemaya/ui"
      }
    }
  }
}
