2022-10-14 02:35:09 +02:00
|
|
|
{
|
|
|
|
"name": "machankura.i18n",
|
2025-02-19 20:59:45 +02:00
|
|
|
"version": "0.0.2",
|
2022-10-14 02:35:09 +02:00
|
|
|
"description": "Library that provides multi-lingual support for machankura",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://code.sigidli.com/machankura/machankura.i18n.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"i18n": "^0.15.1",
|
2024-05-11 18:33:18 +02:00
|
|
|
"transliteration": "^2.3.5",
|
2024-07-12 14:09:17 +02:00
|
|
|
"yaml": "^2.4.5"
|
2022-10-14 02:35:09 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jest": "^29.1.2"
|
|
|
|
}
|
|
|
|
}
|