{ "name": "@plane/i18n", "version": "1.4.0", "private": true, "description": "I18n shared across multiple apps internally", "license": "AGPL-3.0", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "scripts": { "dev": "tsdown --watch --no-clean", "build": "pnpm run generate:types && tsdown", "generate:types": "tsx scripts/generate-types.ts", "sync:check": "tsx scripts/sync-check.ts", "check:sync": "tsx scripts/sync-check.ts --ci", "check:lint": "oxlint --max-warnings=9 .", "check:types": "pnpm run generate:types && tsc --noEmit", "check:format": "oxfmt --check .", "fix:lint": "oxlint --fix .", "fix:format": "oxfmt .", "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist" }, "dependencies": { "i18next": "catalog:", "i18next-icu": "catalog:", "i18next-resources-to-backend": "catalog:", "react": "catalog:", "react-i18next": "catalog:" }, "devDependencies": { "@plane/typescript-config": "workspace:*", "@types/node": "catalog:", "@types/react": "catalog:", "tsdown": "catalog:", "tsx": "catalog:", "typescript": "catalog:" } }