mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
26 lines
515 B
JSON
26 lines
515 B
JSON
{
|
|
"name": "@steedos/i18n",
|
|
"private": false,
|
|
"version": "2.1.72",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"prepare": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"i18next": "^19.3.4",
|
|
"i18next-sprintf-postprocessor": "^0.2.2",
|
|
"i18next-xhr-backend": "^3.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "3.5.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|