{ "name": "shared-utils", "$schema": "../../../node_modules/nx/schemas/project-schema.json", "projectType": "library", "sourceRoot": "libs/shared/utils/src", "prefix": "lib", "targets": { "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "libs/shared/utils/jest.config.ts" } }, "lint": { "executor": "@nx/eslint:lint" } }, "tags": [] }