responsible-ai-toolbox/nx.json

90 строки
1.5 KiB
JSON

{
"npmScope": "responsible-ai",
"affected": {
"defaultBase": "main"
},
"implicitDependencies": {
"workspace.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.base.json": "*",
"tslint.json": "*",
"nx.json": "*",
".eslintrc.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {}
}
},
"projects": {
"causality": {
"tags": []
},
"core-ui": {
"tags": []
},
"counterfactuals": {
"tags": []
},
"dashboard": {
"tags": []
},
"dashboard-e2e": {
"tags": [],
"implicitDependencies": ["dashboard"]
},
"dataset-explorer": {
"tags": []
},
"e2e": {
"tags": []
},
"error-analysis": {
"tags": []
},
"fairness": {
"tags": []
},
"forecasting": {
"tags": []
},
"interpret": {
"tags": []
},
"interpret-text": {
"tags": []
},
"interpret-vision": {
"tags": []
},
"localization": {
"tags": []
},
"mlchartlib": {
"tags": []
},
"model-assessment": {
"tags": []
},
"widget": {
"tags": []
},
"widget-e2e": {
"tags": [],
"implicitDependencies": ["widget"]
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
}
}