UNPKG

translators

Version:

Translators is a library which aims to bring free, multiple, enjoyable translation to individuals and students in Nodejs.

52 lines (51 loc) 1.35 kB
{ "name": "translators", "version": "1.0.4", "description": "Translators is a library which aims to bring free, multiple, enjoyable translation to individuals and students in Nodejs.", "main": "index.js", "scripts": { "build": "babel -d ./lib src", "eslint": "eslint --fix ./src", "mocha": "mocha", "pretest": "npm run build", "test": "npm run eslint && npm run mocha", "git": "git add . && git commit -m", "postgit": "npm version patch && git push --all" }, "author": "Edward Zhu (zhuhy163@163.com)", "license": "MIT", "dependencies": { "@google-cloud/translate": "^6.3.1", "blueimp-md5": "^2.19.0", "cheerio": "^1.0.0-rc.10", "got": "9", "lodash": "^4.17.21", "qs": "^6.10.3", "tough-cookie": "^4.0.0" }, "devDependencies": { "@babel/cli": "^7.16.8", "@babel/core": "^7.16.7", "@babel/eslint-parser": "^7.16.5", "@babel/preset-env": "^7.16.8", "chai": "^4.3.7", "eslint": "^8.7.0", "mocha": "^10.2.0" }, "keywords": [ "javascript", "translate", "baidu", "youdao", "google", "bing", "百度翻译", "有道翻译", "谷歌翻译", "必应翻译" ], "bugs": { "url": "https://github.com/SagittariusZhu/translators/issues" }, "homepage": "https://github.com/SagittariusZhu/translators" }