{ "name": "plane", "version": "1.4.2", "private": true, "description": "Open-source project management that unlocks customer value", "license": "AGPL-3.0", "repository": "https://github.com/makeplane/plane.git", "scripts": { "build": "turbo run build", "dev": "turbo run dev --concurrency=18", "start": "turbo run start", "clean": "turbo run clean && rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist", "fix": "turbo run fix", "fix:format": "turbo run fix:format", "fix:lint": "turbo run fix:lint", "check": "turbo run check", "check:lint": "turbo run check:lint", "check:format": "turbo run check:format", "check:types": "turbo run check:types", "prepare": "husky", "doctor": "npx react-doctor@latest" }, "devDependencies": { "husky": "catalog:", "lint-staged": "catalog:", "oxfmt": "catalog:", "oxlint": "catalog:", "react-doctor": "^0.4.2", "turbo": "catalog:" }, "lint-staged": { "*.{js,jsx,ts,tsx,cjs,mjs,cts,mts,json,css,md}": [ "pnpm exec oxfmt --no-error-on-unmatched-pattern" ], "*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}": [ "pnpm exec oxlint --fix --deny-warnings" ] }, "engines": { "node": ">=22.22.0" }, "packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8" }