irc_bot/package.json

13 lines
213 B
JSON

{
"name": "irc_bot",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"irc-framework": "^4.12.1",
"sqlite3": "^5.0.2"
},
"type": "module"
}