{
  "name": "aphrodite-motion-haptics",
  "sourceRoot": "libs/aphrodite/motion-haptics/src",
  "projectType": "library",
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "tsup",
        "cwd": "libs/aphrodite/motion-haptics"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/aphrodite/motion-haptics/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "passWithNoTests": true,
        "reportsDirectory": "../../../coverage/libs/aphrodite/motion-haptics"
      }
    }
  },
  "tags": ["scope:aphrodite", "type:lib"]
}
