{
  "name": "@aja/animation-blending",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "libs/aja/animation-blending/src",
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "libs/aja/animation-blending/dist",
        "main": "libs/aja/animation-blending/src/index.ts",
        "tsConfig": "libs/aja/animation-blending/tsconfig.json",
        "assets": []
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint"
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "passWithNoTests": true
      }
    }
  },
  "tags": ["scope:aja", "type:lib", "layer:domain", "domain:animation"]
}
