-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.26 KB
/
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
{
"name": "aligulac_bot",
"version": "1.0.0",
"description": "Twitch чат-бот для использования сервиса Aligulac (статистика и предсказание исхода противостояний киберспортсменов по Starcraft 2)",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"heroku_logs": "heroku logs -t",
"heroku_push": "git push heroku main",
"heroku_run": "heroku ps:scale web=0 worker=1",
"heroku_stop": "heroku ps:scale web=0 worker=0",
"heroku_status": "heroku ps"
},
"author": "Alexander R. (https://risok.now.sh)",
"license": "GPL-2.0",
"dependencies": {
"axios": "^0.21.4",
"axios-socks5-agent": "^1.0.1",
"dayjs": "^1.10.7",
"dotenv": "^8.6.0",
"jsdom": "^16.7.0",
"mongoose": "^5.13.9",
"nanoid": "^3.1.16",
"tmi.js": "^1.5.0"
},
"devDependencies": {
"@types/tmi.js": "^1.4.2"
},
"engines": {
"node": "14.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feeedback/twitch_chat_bot_aligulac.git"
},
"bugs": {
"url": "https://github.com/feeedback/twitch_chat_bot_aligulac/issues"
},
"homepage": "https://github.com/feeedback/twitch_chat_bot_aligulac#readme"
}