UNPKG

bhashantarh

Version:

Tiny translation wrapper with fallbacks (LibreTranslate -> MyMemory) and detection with franc fallback.

39 lines (38 loc) 916 B
{ "name": "bhashantarh", "version": "1.1.0", "description": "Tiny translation wrapper with fallbacks (LibreTranslate -> MyMemory) and detection with franc fallback.", "main": "index.js", "type": "commonjs", "scripts": { "test": "node test.js" }, "keywords": [ "translation", "libretranslate", "mymemory", "language-detection", "translate", "i18n", "language", "localization" ], "author": "Hrishikesh Atole <hruturajatole@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hrishikeshatole/bhashantarh.git" }, "bugs": { "url": "https://github.com/hrishikeshatole/bhashantarh/issues" }, "homepage": "https://github.com/hrishikeshatole/bhashantarh#readme", "dependencies": { "axios": "^1.7.2", "franc-min": "^6.2.0" }, "directories": { "lib": "lib" }, "devDependencies": {} }