24 lines
493 B
JSON
24 lines
493 B
JSON
{
|
|
"name": "machankura.i18n",
|
|
"version": "0.0.2",
|
|
"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",
|
|
"transliteration": "^2.3.5",
|
|
"yaml": "^2.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.1.2"
|
|
}
|
|
}
|