{ "name": "@alga-psa/event-bus", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/event-bus/src", "projectType": "library", "tags": [ "scope:event-bus", "type:horizontal" ], "targets": { "build": { "executor": "nx:noop", "dependsOn": [ "@alga-psa/event-schemas:build" ] }, "lint": { "executor": "@nx/eslint:lint", "outputs": [ "{options.outputFile}" ], "options": { "lintFilePatterns": [ "packages/event-bus/**/*.{ts,tsx}" ] } } } }