{ "npmScope": "remix-project", "implicitDependencies": { "workspace.json": "*", "package.json": { "dependencies": "*", "devDependencies": "*" }, "tsconfig.json": "*", "tslint.json": "*", "nx.json": "*" }, "tasksRunnerOptions": { "default": { "runner": "@nrwl/workspace/tasks-runners/default", "options": { "cacheableOperations": ["build", "lint", "test", "e2e"] } } }, "projects": { "remix-ide": { "tags": [] } } }