{ "name": "biostacker-web", "version": "1.0.0", "private": true, "license": "UNLICENSED", "engines": { "node": ">=24", "pnpm": ">=8" }, "scripts": { "build": "turbo build", "dev": "turbo dev", "lint": "turbo lint", "lint:fix": "turbo lint:fix", "format": "turbo format", "format:check": "turbo format:check", "test": "turbo test", "test:watch": "turbo test:watch", "clean": "turbo clean", "start": "turbo dev --filter=biostacker-frontend", "biome": "biome" }, "devDependencies": { "turbo": "2.5.4", "@biomejs/biome": "2.0.6", "@types/node": "24.0.10", "typescript": "5.8.3" }, "packageManager": "pnpm@10.12.4" }