{
	"npmScope": "material-scrollbars",
	"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", "build-storybook"]
			}
		}
	},
	"projects": {
		"core": {
			"tags": []
		},
		"text-area": {
			"tags": []
		}
	},
	"workspaceLayout": {
		"appsDir": "packages",
		"libsDir": "packages"
	}
}
