{ "name": "ircgpt", "version": "1.0.0", "description": "A ChatGPT IRC bot", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ChatGPT", "irc" ], "author": "Stef Dunlap ", "license": "MDGPL", "dependencies": { "axios": "^1.3.4", "irc-framework": "^4.13.1" } }