47 строки
1.0 KiB
JSON
47 строки
1.0 KiB
JSON
|
{
|
||
|
"npmScope": "responsible-ai",
|
||
|
"affected": {
|
||
|
"defaultBase": "master"
|
||
|
},
|
||
|
"implicitDependencies": {
|
||
|
"workspace.json": "*",
|
||
|
"package.json": {
|
||
|
"dependencies": "*",
|
||
|
"devDependencies": "*"
|
||
|
},
|
||
|
"tsconfig.base.json": "*",
|
||
|
"tslint.json": "*",
|
||
|
"nx.json": "*"
|
||
|
},
|
||
|
"tasksRunnerOptions": {
|
||
|
"default": {
|
||
|
"runner": "@nrwl/workspace/tasks-runners/default",
|
||
|
"options": {
|
||
|
"cacheableOperations": ["build", "lint", "test", "e2e"],
|
||
|
"runtimeCacheInputs": ["echo .eslintrc"]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"projects": {
|
||
|
"interpret": {
|
||
|
"tags": []
|
||
|
},
|
||
|
"fairlearn": {
|
||
|
"tags": []
|
||
|
},
|
||
|
"core-ui": {
|
||
|
"tags": []
|
||
|
},
|
||
|
"mlchartlib": {
|
||
|
"tags": []
|
||
|
},
|
||
|
"dashboard": {
|
||
|
"tags": []
|
||
|
},
|
||
|
"dashboard-e2e": {
|
||
|
"tags": [],
|
||
|
"implicitDependencies": ["dashboard"]
|
||
|
}
|
||
|
}
|
||
|
}
|