fluxer/packages/i18n/package.json
2026-02-17 12:22:36 +00:00

29 lines
659 B
JSON

{
"name": "@fluxer/i18n",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
"./*": "./*"
},
"scripts": {
"generate:types": "tsx scripts/GenerateI18nTypes.ts",
"prune:apply": "tsx scripts/PruneUnusedI18nKeys.ts --apply --force",
"prune:dry": "tsx scripts/PruneUnusedI18nKeys.ts",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@messageformat/core": "catalog:",
"yaml": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
"@typescript/native-preview": "catalog:",
"tsx": "catalog:",
"vite-tsconfig-paths": "catalog:",
"vitest": "catalog:"
}
}