UNPKG

bing-translate-api

Version:

A simple and free API for Bing & Microsoft Translator for Node.js

46 lines (45 loc) 1 kB
{ "name": "bing-translate-api", "version": "4.2.0", "description": "A simple and free API for Bing & Microsoft Translator for Node.js", "main": "src/index.js", "typings": "index.d.ts", "scripts": { "test": "node test/index.js && node test/lang.js && node test/met.js", "gen:config": "node scripts/generate-config.js" }, "keywords": [ "bing", "microsoft", "translator", "api", "javascript", "free", "node", "translate", "azure" ], "files": [ "src", "test", "index.d.ts", "!*.local", "!*.local.*" ], "author": "plainheart", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/plainheart/bing-translate-api.git" }, "bugs": { "url": "https://github.com/plainheart/bing-translate-api/issues" }, "homepage": "https://github.com/plainheart/bing-translate-api#readme", "dependencies": { "got": "^11.8.6" }, "devDependencies": { "cheerio": "^1.1.2" } }