{ "name": "@wrnexus/i18n", "version": "0.8.8", "type": "module", "description": "Locale loading, fallback resolution, SSR/browser translations, formatters, and WRNexusJS language components.", "license": "MIT", "repository": { "type": "git", "url": "https://git.workroot.in/WorkRoot/WRNexusJS.git", "directory": "packages/i18n" }, "homepage": "https://wrnexusjs.dev/packages/i18n", "bugs": { "url": "https://git.workroot.in/WorkRoot/WRNexusJS/issues" }, "keywords": [ "wrnexus", "bun", "typescript", "i18n" ], "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "engines": { "bun": ">=1.3.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "restricted" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./plugin": { "types": "./dist/plugin.d.ts", "import": "./dist/plugin.js" }, "./components/*": "./components/*" }, "dependencies": { "@wrnexus/core": "^0.8.8", "@wrnexus/plugin": "^0.8.8", "@wrnexus/ui": "^0.8.8" }, "wrnexus": { "plugin": { "plugin": "./dist/plugin.js", "export": "default", "factory": true } }, "files": [ "dist", "README.md", "components" ] }