{
  "name": "neith-slides",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/neith/slides/src",
  "projectType": "library",
  "tags": ["scope:neith", "layer:domain", "type:lib"],
  "targets": {
    "test": {
      "executor": "@nx/vite:test",
      "options": { "config": "libs/neith/slides/vitest.config.ts" }
    },
    "e2e": {
      "executor": "nx:run-commands",
      "options": {
        "command": "playwright test -c playwright.config.ts",
        "cwd": "libs/neith/slides"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": { "command": "tsc --noEmit", "cwd": "libs/neith/slides" }
    }
  }
}
