{
  "name": "tashi-properties",
  "version": "1.0.0",
  "private": true,
  "description": "Tashi Properties — Laravel and Blade real estate advisory website",
  "scripts": {
    "dev": "php artisan serve --host=127.0.0.1 --port=8000",
    "start": "php artisan serve --host=127.0.0.1 --port=8000",
    "build": "php artisan view:cache",
    "test": "playwright test"
  },
  "type": "module",
  "devDependencies": {
    "@playwright/test": "^1.63.0"
  }
}
