{
  "name": "@neith/moderation",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/neith/moderation/src",
  "projectType": "library",
  "tags": ["scope:neith", "layer:domain", "type:lib"],
  "targets": {
    "test": {
      "executor": "nx:run-commands",
      "options": { "command": "pnpm test", "cwd": "libs/neith/moderation" }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": { "command": "pnpm typecheck", "cwd": "libs/neith/moderation" }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": { "command": "pnpm lint", "cwd": "libs/neith/moderation" }
    }
  }
}
