36 lines
648 B
JSON
36 lines
648 B
JSON
{
|
|
"implicitDependencies": {
|
|
"workspace.json": "*",
|
|
"package.json": {
|
|
"dependencies": "*",
|
|
"devDependencies": "*"
|
|
},
|
|
"tsconfig.base.json": "*",
|
|
"tslint.json": "*",
|
|
"nx.json": "*"
|
|
},
|
|
"affected": {
|
|
"defaultBase": "master"
|
|
},
|
|
"npmScope": "redaction",
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "@nrwl/workspace/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": ["build", "lint", "test", "e2e"]
|
|
}
|
|
}
|
|
},
|
|
"projects": {
|
|
"red-ui": {
|
|
"tags": []
|
|
},
|
|
"red-ui-http": {
|
|
"tags": []
|
|
},
|
|
"red-cache": {
|
|
"tags": []
|
|
}
|
|
}
|
|
}
|