{ "name": "reacord-monorepo", "private": true, "scripts": { "lint": "eslint --ext js,ts,tsx .", "lint-fix": "pnpm lint -- --fix", "format": "prettier --write .", "build": "pnpm -r run build", "start": "pnpm -C packages/website run start", "release": "pnpm -r run build && changeset publish" }, "devDependencies": { "@changesets/cli": "^2.25.0", "@itsmapleleaf/configs": "^1.1.7", "@rushstack/eslint-patch": "^1.2.0", "@types/eslint": "^8.4.6", "astro-eslint-parser": "^0.12.0", "eslint": "^8.36.0", "prettier": "^2.7.1", "typescript": "^4.8.4" }, "resolutions": { "esbuild": "latest" }, "prettier": "@itsmapleleaf/configs/prettier" }