{ "npmScope": "abp", "affected": { "defaultBase": "dev" }, "implicitDependencies": { "package.json": { "dependencies": "*", "devDependencies": "*" }, ".eslintrc.json": "*" }, "tasksRunnerOptions": { "default": { "runner": "nx/tasks-runners/default", "options": { "cacheableOperations": ["build", "lint", "test", "e2e"], "parallel": 3 } } }, "workspaceLayout": { "libsDir": "packages", "appsDir": "" }, "cli": { "analytics": false }, "defaultProject": "dev-app", "generators": { "@nrwl/angular": { "application": { "linter": "eslint" }, "library": { "linter": "eslint" }, "storybook-configuration": { "linter": "eslint" } }, "@nrwl/angular:application": { "style": "scss", "linter": "eslint", "unitTestRunner": "jest", "e2eTestRunner": "cypress" }, "@nrwl/angular:library": { "linter": "eslint", "unitTestRunner": "jest", "strict": false }, "@nrwl/angular:component": { "style": "scss" } }, "$schema": "./node_modules/nx/schemas/nx-schema.json", "targetDefaults": { "build": { "dependsOn": ["^build"] } } }