{
  "name": "@leancodepl/linting",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "packages/linters/linting/src",
  "projectType": "library",
  "tags": [],
  "targets": {
    "build": {
      "command": "node tools/scripts/copy.mjs packages/linters/linting {args.outputPath}",
      "configurations": {
        "args": {
          "outputPath": "{options.outputPath}"
        }
      },
      "options": {
        "outputPath": "dist/packages/linters/linting"
      }
    },
    "publish": {
      "command": "node tools/scripts/publish.mjs @leancodepl/linting {args.registry} {args.ver} {args.tag}",
      "dependsOn": ["build"]
    }
  }
}
