@nanostores/i18n
Version:
A tiny (≈600 bytes) i18n library for React/Preact/Vue/Svelte
39 lines (38 loc) • 800 B
JSON
{
"name": "@nanostores/i18n",
"version": "1.0.1",
"description": "A tiny (≈600 bytes) i18n library for React/Preact/Vue/Svelte",
"keywords": [
"nano",
"nanostores",
"i18n",
"internationalization",
"localization",
"react",
"preact",
"vue",
"svelte"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "nanostores/i18n",
"sideEffects": false,
"type": "module",
"types": "./index.d.ts",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"engines": {
"node": "^20.0.0 || >=22.0.0"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"peerDependencies": {
"nanostores": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^1.0.0"
}
}