{ "name": "btw-bot", "version": "1.0.0", "description": "A Discord bot for when you want to let everyone know you use Linux btw", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "standard" }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/Brinoleum/btw-bot.git" }, "author": "Brian Chu", "license": "GPL-3.0", "bugs": { "url": "https://github.com/Brinoleum/btw-bot/issues" }, "homepage": "https://github.com/Brinoleum/btw-bot#readme", "dependencies": { "discord.js": "^12.5.1", "dotenv": "^8.2.0" }, "devDependencies": { "standard": "^16.0.3" } }