{ "projects": [ { "name": "app1", "type": "app", "data": { "tags": [], "targets": { "test": {} } } }, { "name": "app2", "type": "app", "data": { "tags": [], "targets": { "test": {} } } }, { "name": "lib", "type": "lib", "data": { "tags": [], "targets": { "test": {} } } } ], "taskId": "lib:test", "taskGraphs": { "lib:test": { "roots": ["app1:test", "app2:test", "lib:test"], "tasks": { "app1:test": { "id": "app1:test", "target": { "project": "app1", "target": "test" }, "projectRoot": "apps/app1", "overrides": {} }, "app2:test": { "id": "app2:test", "target": { "project": "app2", "target": "test" }, "projectRoot": "apps/app2", "overrides": {} }, "lib:test": { "id": "lib:test", "target": { "project": "lib", "target": "test" }, "projectRoot": "libs/lib", "overrides": {} } }, "dependencies": { "app1:test": ["lib:test"], "app2:test": ["lib:test"] } } } }