Files
vidgrab/nx.json
2021-08-04 23:18:55 -04:00

46 lines
748 B
JSON

{
"npmScope": "vidgrab",
"affected": {
"defaultBase": "master"
},
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": [
"build",
"lint",
"test",
"e2e"
]
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"projects": {
"api": {
"tags": []
},
"api-interfaces": {
"tags": []
},
"client": {
"tags": []
}
}
}