{ "name": "eslint-plugin", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/eslint-plugin", "projectType": "library", "targets": { "build": { "outputs": ["{projectRoot}/README.md"], "command": "node ./scripts/copy-readme.js eslint-plugin packages/eslint-plugin/readme-template.md packages/eslint-plugin/README.md", "inputs": ["copyReadme"], "dependsOn": ["^build", "build-base"] } } }