{ "name": "@toeverything/datasource/i18n", "version": "0.0.1", "scripts": { "sync-languages": "NODE_OPTIONS=--experimental-fetch ts-node src/scripts/sync.ts", "sync-languages:check": "pnpm run sync-languages --check", "download-resources": "NODE_OPTIONS=--experimental-fetch ts-node src/scripts/download.ts" }, "dependencies": { "i18next": "^21.9.1", "react-i18next": "^11.18.4" } }