2020-10-16 19:37:34 +02:00
|
|
|
{
|
|
|
|
"npmScope": "factorio-sites",
|
2021-03-06 23:54:18 +02:00
|
|
|
"affected": { "defaultBase": "master" },
|
2020-10-16 19:37:34 +02:00
|
|
|
"implicitDependencies": {
|
|
|
|
"workspace.json": "*",
|
2021-03-06 23:54:18 +02:00
|
|
|
"package.json": { "dependencies": "*", "devDependencies": "*" },
|
2020-10-16 19:37:34 +02:00
|
|
|
"tsconfig.base.json": "*",
|
|
|
|
"tslint.json": "*",
|
|
|
|
".eslintrc.json": "*",
|
|
|
|
"nx.json": "*"
|
|
|
|
},
|
|
|
|
"tasksRunnerOptions": {
|
|
|
|
"default": {
|
|
|
|
"runner": "@nrwl/workspace/tasks-runners/default",
|
2021-03-06 23:54:18 +02:00
|
|
|
"options": { "cacheableOperations": ["build", "lint", "test", "e2e"] }
|
2020-10-16 19:37:34 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"projects": {
|
2021-03-06 23:54:18 +02:00
|
|
|
"blueprints": { "tags": [] },
|
|
|
|
"blueprints-e2e": { "tags": [], "implicitDependencies": ["blueprints"] },
|
|
|
|
"blueprint-image-function": { "tags": [] },
|
|
|
|
"factorioprints-scraper": { "tags": [] },
|
|
|
|
"database": { "tags": [] },
|
|
|
|
"node-utils": { "tags": [] },
|
|
|
|
"common-utils": { "tags": [] },
|
|
|
|
"web-utils": { "tags": [] },
|
|
|
|
"types": { "tags": [] }
|
2020-10-16 19:37:34 +02:00
|
|
|
}
|
|
|
|
}
|