UNPKG

google-translate-api-x

Version:
70 lines (69 loc) 1.78 kB
{ "name": "google-translate-api-x", "version": "10.7.3", "description": "A free and unlimited API for Google Translate", "main": "./index.cjs", "module": "./index.cjs", "types": "./index.d.ts", "files": [ "lib", "README.md", "index.d.ts", "index.cjs" ], "scripts": { "prepare": "git config core.hooksPath ./.hooks", "lint": "eslint --ext .cjs,.mjs index.cjs lib test tools && tsd -f ./test", "fix-lint": "eslint --ext .cjs,.mjs index.cjs lib test tools --fix && tsd -f ./test", "test": "mocha --parallel", "release": "npm run lint && npm t && np --yolo --no-release-draft", "update-langs": "node ./tools/updatelanguages.mjs" }, "devDependencies": { "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", "eslint": "^10.4.0", "eslint-plugin-mocha": "^11.3.0", "eslint-plugin-n": "^18.0.1", "globals": "^17.6.0", "mocha": "^11.7.6", "np": "^11.2.1", "tsd": "^0.33.0" }, "repository": { "type": "git", "url": "https://github.com/AidanWelch/google-translate-api.git" }, "keywords": [ "translate", "translator", "google", "api", "free", "language", "crossplatform", "fetch", "react", "extension", "web", "tts", "text-to-speech", "speak" ], "author": { "name": "Aidan Welch", "email": "aidan@freedwave.com" }, "license": "MIT", "bugs": { "url": "https://github.com/AidanWelch/google-translate-api/issues" }, "homepage": "https://github.com/AidanWelch/google-translate-api#readme", "engines": { "node": ">=21.0.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/AidanWelch" } }