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