{
  "name": "neith-vault-android",
  "$schema": "../../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "application",
  "sourceRoot": "apps/neith/vault/android/app/src",
  "tags": ["scope:neith", "type:app", "platform:android"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/app/build/outputs/apk"],
      "options": {
        "command": "pnpm build",
        "cwd": "apps/neith/vault/android"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm test",
        "cwd": "apps/neith/vault/android"
      }
    },
    "device-test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm test:device",
        "cwd": "apps/neith/vault/android"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm lint",
        "cwd": "apps/neith/vault/android"
      }
    }
  }
}
