{ "name": "@calcom/i18n", "sideEffects": false, "private": true, "version": "0.0.0", "main": "index.js", "license": "MIT", "description": "Internationalization (i18n) utilities and translations for Cal.com", "exports": { "./server": "./server.ts", "./next-i18next.config": "./next-i18next.config.js", "./locales/*": "./locales/*" }, "dependencies": { "i18next": "23.2.3" }, "devDependencies": { "@calcom/tsconfig": "workspace:*", "typescript": "5.9.3" } }