UNPKG

@arvinxu/translator-google

Version:

[![NPM version][version-image]][version-url] [![NPM downloads][download-image]][download-url]

26 lines (25 loc) 543 B
{ "name": "@arvinxu/translator-google", "version": "1.0.3", "files": [ "lib", "es" ], "main": "lib/index.js", "module": "es/index.js", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "scripts": { "build": "father-build", "test": "jest", "cov": "jest --coverage", "prepublishOnly": "yarn build", "clean": "rm -rf es lib dist build coverage .umi" }, "dependencies": { "@arvinxu/translator": "1.1.1", "google-translate-open-api": "^1.3.7" } }