{ "name": "opencut", "packageManager": "bun@1.2.18", "devDependencies": { "@biomejs/biome": "2.1.2", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "husky": "^9.1.7", "lint-staged": "^16.1.2", "turbo": "^2.5.4", "typescript": "5.8.3", "ultracite": "5.0.47" }, "workspaces": [ "apps/*", "packages/*" ], "scripts": { "dev": "turbo run dev", "build": "turbo run build", "check-types": "turbo run check-types", "lint": "turbo run lint", "lint:fix": "turbo run lint:fix", "format": "turbo run format", "prepare": "husky" }, "dependencies": { "next": "^15.3.4", "wavesurfer.js": "^7.9.8" }, "lint-staged": { "*.{js,jsx,ts,tsx,json,jsonc,css,scss,md,mdx}": [ "npx ultracite format" ] } }