{
  "name": "psyche-viseme-generator",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/psyche/viseme-generator/src",
  "projectType": "library",
  "tags": ["scope:psyche", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "commands": ["tsup", "tsc -p tsconfig.dts.json"],
        "cwd": "libs/psyche/viseme-generator",
        "parallel": false
      },
      "dependsOn": ["^build"]
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["libs/psyche/viseme-generator/**/*.ts"]
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "vitest run",
        "cwd": "libs/psyche/viseme-generator"
      }
    }
  }
}
