mirror of
https://github.com/Asraelite/littlebigcomputer.git
synced 2025-07-17 08:16:50 +00:00
15 lines
276 B
JSON
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"
|
|
}
|
|
}
|