@scoutello/i18n-magic
Version:
Intelligent CLI toolkit that automates internationalization workflows with AI-powered translations for JavaScript/TypeScript projects
88 lines (87 loc) • 2.26 kB
JSON
{
"name": "@scoutello/i18n-magic",
"version": "0.23.0",
"private": false,
"license": "MIT",
"description": "Intelligent CLI toolkit that automates internationalization workflows with AI-powered translations for JavaScript/TypeScript projects",
"keywords": [
"i18n",
"internationalization",
"translation",
"localization",
"cli",
"ai",
"openai",
"gemini",
"react-i18next",
"next-i18next",
"vue-i18n",
"automation",
"typescript",
"javascript"
],
"homepage": "https://github.com/BjoernRave/i18n-magic#readme",
"bugs": {
"url": "https://github.com/BjoernRave/i18n-magic/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/BjoernRave/i18n-magic"
},
"author": {
"name": "scoutello",
"url": "https://github.com/BjoernRave"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"bin": "dist/cli.js",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": ["dist", "src"],
"scripts": {
"analyze": "size-limit --why",
"build": "tsc && echo '#!/usr/bin/env node' | cat - dist/cli.js > temp && mv temp dist/cli.js",
"lint": "biome check src/",
"prepare": "npm run build",
"size": "size-limit",
"start": "tsc --watch",
"test": "jest"
},
"jest": {
"testEnvironment": "node"
},
"engines": {
"node": ">=16"
},
"peerDependencies": {
"openai": "^4.94.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"dotenv": "^16.5.0",
"fast-glob": "^3.3.3",
"i18next-scanner": "^4.6.0",
"minimatch": "^10.0.1",
"prompts": "^2.4.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tsconfig/recommended": "^1.0.8",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/prompts": "^2.4.9",
"jest": "^29.7.0",
"openai": "^4.94.0",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.2.1+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92"
}