{
  "name": "@oshun/telegram-bot",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/oshun/telegram-bot/src",
  "projectType": "application",
  "tags": ["scope:oshun", "type:app", "layer:api", "platform:node"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/oshun/telegram-bot",
        "command": "tsc -p tsconfig.json"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/oshun/telegram-bot",
        "command": "tsc -p tsconfig.json --noEmit"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/oshun/telegram-bot",
        "command": "vitest run -c vitest.config.ts"
      }
    }
  }
}
