{
    "name": "web-e2e",
    "$schema": "../../node_modules/nx/schemas/project-schema.json",
    "projectType": "application",
    "sourceRoot": "apps/web-e2e/src",
    "implicitDependencies": [
        "web",
        "stalker-mock-server",
        "xtream-mock-server"
    ],
    "// targets": "to see all targets run: nx show project web-e2e --web",
    "targets": {
        "e2e": {},
        "lint": {
            "executor": "@nx/eslint:lint"
        }
    },
    "tags": ["scope:e2e", "domain:web", "type:e2e"]
}
