{
  "name": "aphrodite-symbol-engine",
  "sourceRoot": "libs/aphrodite/symbol-engine/src",
  "projectType": "library",
  "tags": ["scope:aphrodite", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/aphrodite/symbol-engine"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx eslint src/",
        "cwd": "libs/aphrodite/symbol-engine"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx vitest run",
        "cwd": "libs/aphrodite/symbol-engine"
      }
    }
  }
}
