ircgpt/package.json

20 lines
378 B
JSON
Raw Normal View History

2023-03-07 03:30:39 +00:00
{
"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",
2023-03-11 07:08:00 +00:00
"irc-framework": "^4.13.1"
2023-03-07 03:30:39 +00:00
}
}