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