littlebigcomputer/chatbot/package.json
2023-10-30 17:50:05 +01:00

15 lines
276 B
JSON

{
"name": "lbpcomputerbot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"tmi.js": "^1.8.5"
}
}