{ "name": "lanbot-translate", "version": "1.0.0", "description": "Bot de traduction utilisant l'API de Deepl", "main": "index.js", "scripts": { "start": "node index.js", "test": "test" }, "engines": { "node": "12.x" }, "repository": { "type": "git", "url": "git+https://gitlab.ataxya.net/lantium/lanbot-translate.git" }, "author": "lantium#9402", "license": "MIT", "bugs": { "url": "https://gitlab.ataxya.net/lantium/lanbot-translate/-/issues" }, "homepage": "https://gitlab.ataxya.net/lantium/lanbot-translate/-/blob/master/README.md", "dependencies": { "axios": "^0.21.1", "discord.js": "^12.5.3", "eslint": "^7.32.0", "express": "^4.17.1" } }