{ "name": "discord-irc-bridge", "version": "2.0.1", "description": "A Discord <-> IRC bridge using selfbot and irc-framework", "main": "bot.js", "scripts": { "start": "node bot.js" }, "author": "Purplebored", "license": "Apache 2.0", "dependencies": { "discord.js-selfbot-v13": "^2.10.0", "irc-framework": "^3.0.0", "yaml": "^2.3.1" } }