{
    "name": "shared-testing",
    "$schema": "../../../node_modules/nx/schemas/project-schema.json",
    "sourceRoot": "libs/shared/testing/src",
    "projectType": "library",
    "tags": ["scope:shared", "domain:shared-runtime", "type:util"],
    "targets": {
        "lint": {
            "executor": "@nx/eslint:lint"
        }
    }
}
