telebot
Version:
The easy way to write Telegram bots.
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "translation-google",
"version": "0.1.0",
"description": "A Google Translate API.",
"main": "index.js",
"scripts": {
"test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/wilsonwu/translation-google.git"
},
"keywords": [
"translate",
"translator",
"google",
"translate",
"api",
"free",
"language"
],
"author": {
"name": "Wilson Wu",
"email": "iwilsonwu@gmail.com",
"url": "https://github.com/wilsonwu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wilsonwu/translation-google/issues"
},
"homepage": "https://github.com/wilsonwu/translation-google",
"dependencies": {
"configstore": "^2.0.0",
"got": "^6.3.0",
"safe-eval": "^0.4.1"
},
"devDependencies": {
"ava": "^0.15.2",
"codecov": "^3.6.5",
"coveralls": "^2.11.11",
"nyc": "^7.0.0",
"xo": "^0.16.0"
},
"xo": {
"space": 4
}
}