@browsery/i18next
Version:
Browser compatible i18next module
46 lines • 954 B
JSON
{
"name": "@browsery/i18next",
"version": "23.12.3-r2",
"description": "Browser compatible i18next module",
"author": "Panates",
"license": "MIT",
"devDependencies": {},
"type": "module",
"exports": {
".": {
"import": {
"types": "./types/index.d.ts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./types/index.d.cts",
"default": "./cjs/index.cjs"
},
"default": "./esm/index.mjs"
},
"./package.json": "./package.json"
},
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"types": "./types/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/panates/browsery.git",
"directory": "packages/i18next"
},
"files": [
"cjs/",
"esm/",
"types/",
"LICENSE",
"README.md"
],
"keywords": [
"i18next",
"i18n",
"browser",
"browsery",
"browserify"
]
}