-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1016 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
34
35
36
37
38
39
40
41
42
{
"name": "twitch-chat-bot",
"version": "1.0.0",
"description": "Twitch Chat Bot built with TMI.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcusmcb/twitch-chat-bot.git"
},
"keywords": [
"twitch",
"node",
"javascript",
"npm",
"streaming-tools"
],
"author": "Marcus McBride",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcusmcb/twitch-chat-bot/issues"
},
"homepage": "https://github.com/marcusmcb/twitch-chat-bot#readme",
"dependencies": {
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^16.0.0",
"express": "^4.18.3",
"http": "^0.0.1-security",
"nodemon": "^2.0.15",
"obs-websocket-js": "^5.0.3",
"socket.io": "^4.7.4",
"tmi.js": "^1.5.0"
},
"engines": {
"node": "14.x",
"npm": "9.x"
}
}