@sodacore/i18n
Version:
Sodacore i18n is a plugin that offers internationalisation and localisation support for the Sodacore framework.
70 lines (69 loc) • 1.37 kB
JSON
{
"name": "@sodacore/i18n",
"description": "Sodacore i18n is a plugin that offers internationalisation and localisation support for the Sodacore framework.",
"version": "0.3.29",
"license": "Apache-2.0",
"homepage": "https://sodacore.dev",
"module": "false",
"type": "module",
"main": "dist/index.js",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"bun",
"@bun",
"sodacore",
"sodacore-plugin",
"soda",
"framework",
"decorator",
"typescript",
"engine",
"i18n",
"internationalisation",
"l10n",
"localisation",
"localization",
"translation",
"translations",
"i18n-plugin"
],
"files": [
"dist"
],
"author": {
"name": "Sodacore Team",
"email": "sodacoredev@gmail.com",
"url": "https://sodacore.dev"
},
"bugs": {
"url": "https://github.com/sodacore/core/issues",
"email": "sodacoredev@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sodacore/core.git",
"directory": "packages/i18n"
},
"engines": {
"bun": ">=1.1.20"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@sodacore/core": "^0.3.29",
"@sodacore/di": "^0.3.29",
"@sodacore/registry": "^0.3.29",
"reflect-metadata": "^0.2.2"
}
}