{
  "name": "@phoebe/simulation",
  "sourceRoot": "libs/phoebe/simulation/src",
  "projectType": "library",
  "tags": ["scope:phoebe", "type:library", "domain:simulation", "lang:polyglot"],
  "targets": {
    "test": { "executor": "nx:run-commands", "options": { "command": "npx vitest run", "cwd": "libs/phoebe/simulation" } },
    "simulate": { "executor": "nx:run-commands", "options": { "command": "python3 python/brian2_backend.py", "cwd": "libs/phoebe/simulation" } }
  }
}
