25 lines
805 B
JSON
25 lines
805 B
JSON
{
|
|
"name": "packages-i18n",
|
|
"version": "1.16.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"extract-translation": "yarn extract-translation:desk",
|
|
"extract-translation:desk": "yarn i18next ../../apps/desk/**/*.{ts,tsx} -c ./i18next-parser.config.mjs -o ./locales/desk/translations-crowdin.json",
|
|
"format-deploy": "yarn format-deploy:desk",
|
|
"format-deploy:desk": "node ./format-deploy.mjs --app=desk --output=../../apps/desk/src/i18n/translations.json",
|
|
"lint": "eslint --ext .js,.ts,.mjs .",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@types/jest": "29.5.14",
|
|
"@types/node": "*",
|
|
"eslint-config-people": "*",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"i18next-parser": "9.3.0",
|
|
"jest": "29.7.0",
|
|
"ts-jest": "29.3.3",
|
|
"typescript": "*",
|
|
"yargs": "17.7.2"
|
|
}
|
|
}
|