translate-platforms
Version:
Translation API from multiple platforms.
35 lines (34 loc) • 746 B
JSON
{
"name": "translate-platforms",
"version": "0.0.7",
"description": "Translation API from multiple platforms.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imlinhanchao/translate-platforms.git"
},
"keywords": [
"translate",
"api",
"google",
"microsoft",
"baidu",
"youdao"
],
"author": "Hancel.Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/imlinhanchao/translate-platforms/issues"
},
"homepage": "https://github.com/imlinhanchao/translate-platforms#readme",
"dependencies": {
"got": "^10.7.0",
"tough-cookie": "^3.0.0"
},
"devDependencies": {
"tape": "^4.13.2"
}
}