30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"name": "packages-i18n",
|
|
"version": "3.8.2",
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT",
|
|
"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",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@types/jest": "30.0.0",
|
|
"@types/node": "*",
|
|
"eslint-plugin-docs": "*",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"i18next-parser": "9.3.0",
|
|
"jest": "30.2.0",
|
|
"ts-jest": "29.4.4",
|
|
"typescript": "*",
|
|
"yargs": "18.0.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|