{ "name": "stirling-image", "private": true, "packageManager": "pnpm@9.15.4", "scripts": { "dev": "turbo dev", "build": "turbo build", "lint": "turbo lint", "clean": "turbo clean", "typecheck": "turbo typecheck", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui" }, "devDependencies": { "@playwright/test": "^1.58.2", "turbo": "^2.4.0", "typescript": "^5.7.0" } }