31 lines
574 B
JSON
31 lines
574 B
JSON
|
{
|
||
|
"npmScope": "woocommerce",
|
||
|
"affected": {
|
||
|
"defaultBase": "trunk"
|
||
|
},
|
||
|
"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": {}
|
||
|
}
|