UNPKG

translate-table

Version:

A powerful CLI tool for translating PostgreSQL table content to multiple languages and generating translations for internationalization (i18n).

65 lines (64 loc) 1.47 kB
{ "name": "translate-table", "version": "1.0.3", "description": "A powerful CLI tool for translating PostgreSQL table content to multiple languages and generating translations for internationalization (i18n).", "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "tsx watch", "build": "tsc", "prepublishOnly": "npm run build", "lint": "biome check .", "format": "biome format --write ." }, "bin": { "translate-table": "dist/index.js" }, "files": ["dist", "README.md", "LICENSE"], "repository": { "type": "git", "url": "https://github.com/rhyzzor/translate-table.git" }, "keywords": [ "translate-table", "postgresql", "translation", "translate", "i18n", "table", "cli", "database-translation", "postgres", "sql", "localization", "l10n", "multilingual", "internationalization", "database-tools", "node", "language-translation" ], "author": "Ryan Vieira Souza", "license": "MIT", "bugs": { "url": "https://github.com/rhyzzor/translate-table/issues" }, "homepage": "https://github.com/rhyzzor/translate-table#readme", "volta": { "node": "22.14.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "22.14.1", "tsx": "4.19.3", "typescript": "5.8.3" }, "dependencies": { "citty": "0.1.6", "consola": "3.4.2", "google-translate-api-x": "10.7.2", "postgres": "3.4.5" } }