{
  "name": "@themis/reputation",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/themis/reputation/src",
  "projectType": "library",
  "tags": ["scope:themis", "type:lib", "layer:domain", "themis:tier:identity"],
  "implicitDependencies": ["@themis/core"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/themis/reputation",
        "main": "libs/themis/reputation/src/index.ts",
        "tsConfig": "libs/themis/reputation/tsconfig.lib.json",
        "assets": [],
        "rootDir": "libs/themis/reputation/src"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["libs/themis/reputation/**/*.ts"],
        "eslintConfig": "libs/themis/eslint.config.js"
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/libs/themis/reputation"],
      "options": {
        "configFile": "libs/themis/reputation/vitest.config.ts"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p libs/themis/reputation/tsconfig.lib.json"
      }
    }
  }
}
