{ "name": "discord-crowdin-status", "version": "1.0.0", "description": "A discord bot allowing you to see the status of your crowdin translations", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Mr¤KayJayDee (https://github.com/Mr-KayJayDee)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Mr-KayJayDee/discord-crowdin-status.git" }, "bugs": { "url": "https://github.com/Mr-KayJayDee/discord-crowdin-status/issues" }, "homepage": "https://github.com/Mr-KayJayDee/discord-crowdin-status#readme", "dependencies": { "axios": "^1.4.0", "discord.js": "^14.11.0", "dotenv": "^16.1.3", "superagent": "^8.0.9" } }