@koishijs/i18n-utils
Version:
I18n Utilities for Koishi
40 lines • 825 B
JSON
{
"name": "@koishijs/i18n-utils",
"description": "I18n Utilities for Koishi",
"version": "1.0.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib",
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "packages/i18n-utils"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.chat/api/utils.html",
"keywords": [
"bot",
"chatbot",
"koishi",
"utilities",
"i18n",
"internationalization",
"translation",
"message",
"locale",
"localization",
"language",
"fallback"
],
"dependencies": {
"cosmokit": "^1.5.2"
}
}