{ "root": "packages/webpack5", "sourceRoot": "packages/webpack5", "projectType": "library", "generators": {}, "targets": { "lint": { "executor": "@nrwl/linter:eslint", "options": { "lintFilePatterns": [] } }, "build": { "executor": "@nrwl/workspace:run-commands", "outputs": ["dist/packages"], "options": { "command": "npx zx ./tools/scripts/pack-webpack5.mjs" } } } }