tokebot/package.json
2021-12-06 19:59:30 -05:00

20 lines
468 B
JSON

{
"name": "chozobot",
"description": "CyTube client emulator/bot with moderation features and CLI input",
"main": "index.js",
"author": "deerfarce",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/deerfarce/ChozoBot.git"
},
"dependencies": {
"cli-color": "^2.0.0",
"discord.js": "^12.2.0",
"html-entities": "^1.3.1",
"node-fetch": "^2.6.0",
"pg": "^8.3.0",
"socket.io-client": "^2.3.0"
}
}