ircgpt/package.json

20 lines
378 B
JSON

{
"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 <hello@kindrobot.ca>",
"license": "MDGPL",
"dependencies": {
"axios": "^1.3.4",
"irc-framework": "^4.13.1"
}
}