{ "name": "N1-Composer-Translate", "version": "0.2.0", "main": "./lib/main", "isStarterPackage": true, "title": "Translation", "description": "Translate your drafts in the composer into other languages using the Yandex Translation API.", "icon": "./icon.png", "license": "Proprietary", "engines": { "nylas": "*" }, "repository": { "type": "git", "url": "https://github.com/nylas/N1" }, "windowTypes": { "default": true, "composer": true }, "dependencies": { "request": "^2.53" } }