Files
sofa/packages/i18n/package.json
T
2026-03-23 16:39:36 -04:00

35 lines
881 B
JSON

{
"name": "@sofa/i18n",
"version": "0.1.1",
"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:"
}
}