steedos-platform/packages/i18n/package.json
github-actions 2b2cbd97cd v2.1.72
2022-01-12 13:32:18 +00:00

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"
}
}