{ "npmScope": "nx-monorepo", "affected": { "defaultBase": "master" }, "cli": { "defaultCollection": "@nrwl/next" }, "implicitDependencies": { "package.json": { "dependencies": "*", "devDependencies": "*" }, ".eslintrc.json": "*" }, "tasksRunnerOptions": { "default": { "runner": "@nrwl/nx-cloud", "options": { "cacheableOperations": ["build", "lint", "test", "e2e"], "accessToken": "OTY4ZjdlZTItNGIwNy00NDcyLTllZjctOWIzYTg1NWE0Yzg1fHJlYWQtd3JpdGU=" } } }, "targetDependencies": { "build": [ { "target": "build", "projects": "dependencies" } ] }, "generators": { "@nrwl/react": { "application": { "babel": true } }, "@nrwl/next": { "application": { "style": "scss", "linter": "eslint" } } }, "defaultProject": "trading" }