{
  "name": "@maya/social-events",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/maya/social-events/src",
  "projectType": "library",
  "tags": ["scope:maya", "type:lib", "layer:domain", "domain:npc"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc -p tsconfig.lib.json",
        "cwd": "libs/maya/npc-occupations"
      },
      "outputs": ["{projectRoot}/dist"]
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm exec eslint src --ext .ts",
        "cwd": "libs/maya/npc-occupations"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p tsconfig.lib.json",
        "cwd": "libs/maya/npc-occupations"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm exec vitest run --config vitest.config.ts",
        "cwd": "libs/maya/npc-occupations"
      }
    }
  }
}
