{
  "name": "@themis/universal-review",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/themis/universal-review/src",
  "projectType": "library",
  "tags": ["scope:themis", "layer:domain", "type:lib", "domain:originality"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "pnpm exec tsup libs/themis/universal-review/src/index.ts --format esm --target node20 --out-dir libs/themis/universal-review/dist --clean"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["libs/themis/universal-review/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/libs/themis/universal-review"],
      "options": {
        "config": "libs/themis/universal-review/vitest.config.ts"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p libs/themis/universal-review/tsconfig.lib.json"
      }
    }
  }
}
