Changed: - ⚡️(docker) Optimize Dockerfile to use apk with --no-cache Fixed: - 🐛(backend) improve prompt to not use code blocks delimiter
26 lines
979 B
JSON
26 lines
979 B
JSON
{
|
|
"name": "packages-i18n",
|
|
"version": "3.4.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"extract-translation": "yarn extract-translation:impress",
|
|
"extract-translation:impress": "yarn i18next ../../apps/impress/**/*.{ts,tsx} -c ./i18next-parser.config.mjs -o ./locales/impress/translations-crowdin.json",
|
|
"format-deploy": "yarn format-deploy:impress",
|
|
"format-deploy:impress": "node ./format-deploy.mjs --app=impress --output=../../apps/impress/src/i18n/translations.json",
|
|
"format-rebuild-fr:impress": "node ./rebuild-translations.mjs --language=fr --app=impress --output=../../apps/impress/src/i18n/translations.json",
|
|
"lint": "eslint --ext .js,.ts,.mjs .",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@types/jest": "30.0.0",
|
|
"@types/node": "*",
|
|
"eslint-config-impress": "*",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"i18next-parser": "9.3.0",
|
|
"jest": "30.0.4",
|
|
"ts-jest": "29.4.0",
|
|
"typescript": "*",
|
|
"yargs": "18.0.0"
|
|
}
|
|
}
|