{
  "name": "@aphrodite/e2e-encryption",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/aphrodite/e2e-encryption/src",
  "projectType": "library",
  "tags": ["scope:aphrodite", "type:lib", "domain:security"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/aphrodite/e2e-encryption",
        "main": "libs/aphrodite/e2e-encryption/src/index.ts",
        "tsConfig": "libs/aphrodite/e2e-encryption/tsconfig.lib.json",
        "assets": ["libs/aphrodite/e2e-encryption/*.md"]
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["libs/aphrodite/e2e-encryption/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/libs/aphrodite/e2e-encryption"],
      "options": {
        "config": "libs/aphrodite/e2e-encryption/vite.config.ts"
      }
    }
  }
}
