{
  "name": "@themis/character-shield",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/themis/character-shield/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/character-shield/src/index.ts --format esm --target node20 --out-dir libs/themis/character-shield/dist --clean"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["libs/themis/character-shield/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/libs/themis/character-shield"],
      "options": {
        "config": "libs/themis/character-shield/vitest.config.ts"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p libs/themis/character-shield/tsconfig.lib.json"
      }
    }
  }
}
