-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 788 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "ttdtt-bot",
"version": "0.0.1",
"description": "Twitch, Teamspeak, Discord, Telegram, Twitch - Bot. ",
"scripts": {
"client": "nodemon TTDTT-Bot-Client/ttdtt-bot-client.js",
"server": "nodemon TTDTT-Bot-Server/ttdtt-bot-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichTronics/TTDTT-Bot.git"
},
"author": "Michel van Veen",
"license": "MIT",
"bugs": {
"url": "https://github.com/MichTronics/TTDTT-Bot/issues"
},
"homepage": "https://github.com/MichTronics/TTDTT-Bot#readme",
"dependencies": {
"discord.js": "^12.4.1",
"express": "^4.17.1",
"socket.io": "^3.0.1",
"socket.io-client": "^3.0.1",
"tail-file": "^1.4.13",
"telegraf": "^3.38.0",
"terminal-kit": "^1.44.0"
}
}