{
  "name": "@bellona/metahuman",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/bellona/metahuman/src",
  "projectType": "library",
  "tags": ["scope:bellona", "layer:domain", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "cwd": "libs/bellona/metahuman",
        "command": "tsup"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "vitest run --passWithNoTests",
        "cwd": "libs/bellona/metahuman"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint"
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit --rootDir ../../..",
        "cwd": "libs/bellona/metahuman"
      }
    }
  }
}
