UNPKG

@siamf/google-translate

Version:

A nodejs package for translating text using google translate for free! It also support batching translation!

41 lines 1.12 kB
{ "name": "@siamf/google-translate", "version": "1.2.8", "description": "A nodejs package for translating text using google translate for free! It also support batching translation!", "homepage": "https://github.com/siamahnaf/google-translate", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "scripts": { "build": "rimraf dist && npm run build:esm && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module CommonJS --outDir dist/cjs" }, "author": { "name": "Siam Ahnaf", "email": "mail@siamahnaf.com", "url": "https://www.siamahnaf.com" }, "license": "MIT", "keywords": [ "nodejs", "gogle-translate", "nodejs-google-translate-free", "free-translation", "google translation api", "typescript", "translation", "language translation" ], "repository": { "type": "git", "directory": "https://github.com/siamahnaf/google-translate", "url": "https://github.com/siamahnaf/google-translate" }, "devDependencies": { "@types/node": "^20.11.7", "typescript": "^5.3.3" } }