{ "name": "@ufb/prettier-config", "version": "0.1.0", "private": true, "type": "module", "exports": { ".": "./index.js" }, "scripts": { "clean": "git clean -xdf .cache .turbo node_modules", "format": "prettier --check . --ignore-path ../../.gitignore", "typecheck": "tsc --noEmit" }, "dependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.7.1", "prettier": "catalog:", "prettier-plugin-tailwindcss": "^0.7.2" }, "devDependencies": { "@types/node": "24.12.0", "@ufb/tsconfig": "workspace:*", "typescript": "catalog:" }, "prettier": "@ufb/prettier-config" }