{ "name": "@bitwarden/ui-common", "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/ui/common/src", "projectType": "library", "tags": ["scope:ui-common", "type:lib"], "targets": { "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["libs/ui/common/**/*.ts"] } }, "test": { "executor": "nx:run-script", "options": { "script": "test" } } } }