{ "name": "@repo/i18n", "version": "0.0.0-develop", "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:typescript": "tsc --noEmit" }, "dependencies": { "@repo/utils": "workspace:*", "next": "catalog:", "next-intl": "catalog:", "react": "catalog:", "react-dom": "catalog:" }, "devDependencies": { "@repo/config-typescript": "workspace:*", "@total-typescript/ts-reset": "catalog:", "@types/react": "catalog:", "@types/react-dom": "catalog:", "typescript": "catalog:" } }