{ "name": "@repo/i18n", "version": "4.1.0", "private": true, "type": "module", "exports": { "./translations/*.json": "./src/translations/*.json", "./messages.d.ts": "./src/messages.d.ts", "./request": "./src/request.ts", "./routing": "./src/routing.ts" }, "scripts": { "lint:eslint": "eslint src --max-warnings 0", "lint:typescript": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@repo/utils": "workspace:*", "deepmerge": "catalog:", "next": "catalog:", "next-intl": "catalog:", "react": "catalog:", "react-dom": "catalog:" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/config-typescript": "workspace:*", "@types/react": "catalog:", "@types/react-dom": "catalog:", "@total-typescript/ts-reset": "catalog:", "eslint": "catalog:", "typescript-eslint": "catalog:", "typescript": "catalog:", "vitest": "catalog:" } }