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