{ "name": "@sofa/i18n", "version": "0.1.3", "private": true, "type": "module", "exports": { ".": "./src/index.ts", "./locales": "./src/locales.ts", "./format": "./src/format.ts", "./date-buckets": "./src/date-buckets.ts", "./test-utils": "./src/test-utils.tsx" }, "scripts": { "lint": "oxlint", "format": "oxfmt --config ../../.oxfmtrc.json", "format:check": "oxfmt --check --config ../../.oxfmtrc.json", "check-types": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@lingui/core": "catalog:", "@lingui/react": "catalog:" }, "devDependencies": { "@lingui/cli": "catalog:", "@lingui/conf": "catalog:", "@lingui/format-po": "catalog:", "@sofa/tsconfig": "workspace:*", "@types/bun": "catalog:", "react": "catalog:", "typescript": "catalog:", "vitest": "catalog:" } }