{
	"npmScope": "dakimbo",
	"implicitDependencies": {
		"angular.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": {
		"demo": {
			"tags": []
		},
		"demo-e2e": {
			"tags": [],
			"implicitDependencies": ["demo"]
		},
		"dakimbo-server": {
			"tags": []
		}
	}
}
