mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-28 09:33:51 +02:00
30 lines
886 B
JSON
30 lines
886 B
JSON
{
|
|
"npmScope": "factorio-sites",
|
|
"affected": { "defaultBase": "master" },
|
|
"implicitDependencies": {
|
|
"workspace.json": "*",
|
|
"package.json": { "dependencies": "*", "devDependencies": "*" },
|
|
"tsconfig.base.json": "*",
|
|
"tslint.json": "*",
|
|
".eslintrc.json": "*",
|
|
"nx.json": "*"
|
|
},
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "@nrwl/workspace/tasks-runners/default",
|
|
"options": { "cacheableOperations": ["build", "lint", "test", "e2e"] }
|
|
}
|
|
},
|
|
"projects": {
|
|
"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": [] }
|
|
}
|
|
}
|