UNPKG

deepl

Version:
37 lines (36 loc) 769 B
{ "name": "deepl", "version": "1.0.13", "description": "Deepl API wrapper for node", "main": "dist/index.js", "types": "dist/index.d.ts", "prepublish": "tsc", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/funkyremi/deepl.git" }, "keywords": [ "deepl", "translator", "api", "node", "translate" ], "author": "Rémi Testa", "license": "MIT", "bugs": { "url": "https://github.com/funkyremi/deepl/issues" }, "homepage": "https://github.com/funkyremi/deepl#readme", "devDependencies": { "typescript": "^4.0.2" }, "dependencies": { "axios": "^0.21.1", "querystring": "^0.2.0" } }