mirror of
https://github.com/Asraelite/littlebigcomputer.git
synced 2025-07-18 08:26:51 +00:00
Init commit
This commit is contained in:
commit
c45ad79440
48 changed files with 6786 additions and 0 deletions
15
chatbot/package.json
Normal file
15
chatbot/package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue