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