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