-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 917 Bytes
/
package.json
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
29
30
31
32
33
{
"name": "reply-hubble-bot",
"version": "1.0.0",
"description": "Simple random reply chatbot for twitch and discord.",
"main": "dist/index.js",
"scripts": {
"start": "node .",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aHub-Tech/hub-reply-bot"
},
"author": "RodrigoDornelles",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/aHub-Tech/hub-reply-bot/issues"
},
"homepage": "https://github.com/aHub-Tech/hub-reply-bot#readme",
"dependencies": {
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"tmi.js": "^1.8.5",
"ts-dotenv": "^0.8.3",
"typescript": "^4.3.5",
"yaml": "^1.10.2"
},
"devDependencies": {
"@types/tmi.js": "^1.7.2",
"@types/node": "^16.6.1",
"@types/yaml": "^1.9.7"
}
}