{
  "name": "@v5/service-mindpalace-cloud-sync",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/v5/mindpalace-cloud-sync/src",
  "projectType": "application",
  "tags": ["scope:v5", "layer:service", "type:app"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "pnpm -C apps/v5/mindpalace-cloud-sync run build"
      },
      "inputs": ["v5Production"]
    },
    "test": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "pnpm -C apps/v5/mindpalace-cloud-sync run test"
      },
      "inputs": ["v5Test"]
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "pnpm -C apps/v5/mindpalace-cloud-sync run typecheck"
      },
      "inputs": ["v5Production"]
    }
  }
}
