20 lines
367 B
JSON
20 lines
367 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": "^0.5.2"
|
|
}
|
|
}
|