UNPKG

react-google-translate-mj

Version:

A React package for automatic website translation using Google Translate API

52 lines (51 loc) 1.37 kB
{ "name": "react-google-translate-mj", "version": "1.5.3", "description": "A React package for automatic website translation using Google Translate API", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "prepublishOnly": "npm run build" }, "dependencies": { "crypto-js": "^4.2.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@types/crypto-js": "^4.2.1", "@types/node": "^20.11.5", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "typescript": "^5.3.3", "rollup": "^4.9.6", "rollup-plugin-peer-deps-external": "^2.2.4" }, "keywords": [ "react", "translate", "google-translate", "i18n", "translation", "language" ], "author": "MJ Hassanzadeh", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hassanzadeh-mj/free-google-translate.git" }, "bugs": { "url": "https://github.com/hassanzadeh-mj/free-google-translate/issues" }, "homepage": "https://github.com/hassanzadeh-mj/free-google-translate#readme" }