{ "name": "repo", "version": "0.0.0-develop", "private": true, "type": "module", "scripts": { "dev": "turbo run dev --parallel", "start": "turbo run start --parallel", "lint:editorconfig": "editorconfig-checker", "lint:markdown": "markdownlint-cli2", "lint:turbo": "turbo boundaries", "lint:typescript": "turbo run lint:typescript", "lint:oxlint": "turbo run typegen && oxlint . --type-aware --type-check --deny-warnings --report-unused-disable-directives", "lint:oxfmt": "oxfmt . --check", "oxfmt": "oxfmt .", "test": "turbo run test", "build": "turbo run build" }, "devDependencies": { "eslint-config-conventions": "catalog:", "markdownlint": "catalog:", "markdownlint-cli2": "catalog:", "markdownlint-rule-relative-links": "catalog:", "oxfmt": "catalog:", "oxlint": "catalog:", "oxlint-tsgolint": "catalog:", "playwright": "catalog:", "turbo": "catalog:", "typescript": "catalog:" }, "engines": { "node": ">=24.0.0" }, "packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc" }