-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 871 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": "twitch-mz-bot",
"version": "1.0.0",
"main": "app.js",
"repository": "https://github.com/lluisd/twitch-mz-bot.git",
"author": "Lluis <lluisdanes@gmail.com>",
"license": "MIT",
"dependencies": {
"@azure/storage-blob": "^12.25.0",
"@twurple/api": "^7.2.0",
"@twurple/auth": "^7.2.0",
"@twurple/auth-tmi": "^7.2.0",
"@twurple/eventsub-http": "^7.2.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"mathjs": "^12.4.1",
"moment": "^2.30.1",
"moment-precise-range-plugin": "^1.3.0",
"moment-timezone": "^0.5.45",
"mongoose": "^8.3.1",
"nanoid": "3.3.7",
"node-cron": "^3.0.3",
"node-telegram-bot-api": "^0.65.1",
"openai": "^4.67.3",
"puppeteer-core": "^22.6.4",
"sharp": "^0.33.5",
"tmi.js": "^1.8.5"
},
"scripts": {
"start": "node ./app.js"
}
}