{
  "name": "@oshun/telegram-miniapp",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/oshun/telegram-miniapp/src",
  "projectType": "application",
  "tags": ["scope:oshun", "type:app", "platform:web"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/oshun/telegram-miniapp",
        "command": "next build"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/oshun/telegram-miniapp",
        "command": "tsc --noEmit"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/oshun/telegram-miniapp",
        "command": "vitest run -c vitest.config.ts"
      }
    },
    "e2e": {
      "executor": "nx:run-commands",
      "dependsOn": ["build"],
      "options": {
        "cwd": "apps/oshun/telegram-miniapp",
        "command": "playwright test -c playwright.config.ts"
      }
    }
  }
}
