{ "name": "@alga-psa/shared", "$schema": "../node_modules/nx/schemas/project-schema.json", "sourceRoot": "shared", "projectType": "library", "tags": ["scope:shared", "type:horizontal"], "implicitDependencies": [], "targets": { "build": { "executor": "nx:run-commands", "outputs": ["{projectRoot}/dist"], "options": { "command": "tsup", "cwd": "{projectRoot}" }, "dependsOn": [ "@alga-psa/core:build", "@alga-psa/db:build", "@alga-psa/types:build", "@alga-psa/event-schemas:build", "@alga-psa/event-bus:build" ], "inputs": ["production", "^production"] }, "typecheck": { "executor": "nx:run-commands", "options": { "command": "tsc --noEmit", "cwd": "{projectRoot}" } }, "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["shared/**/*.{ts,tsx}"] } } } }