-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.82 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "verniy-bot",
"version": "1.10.2",
"description": "Discord tracking bot for Twitter/TwitCasting...",
"scripts": {
"start": "node dist/index",
"deploy-commands": "node dist/deploy-commands",
"build": "tsc",
"lint": "eslint src --ext .ts",
"format": "eslint src --ext .ts --fix",
"update": "git fetch -p && git pull && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HitomaruKonpaku/verniy-bot.git"
},
"author": "HitomaruKonpaku",
"license": "ISC",
"bugs": {
"url": "https://github.com/HitomaruKonpaku/verniy-bot/issues"
},
"homepage": "https://github.com/HitomaruKonpaku/verniy-bot#readme",
"dependencies": {
"@discordjs/rest": "^2.2.0",
"@googleapis/youtube": "^6.0.0",
"@nestjs/common": "^9.3.9",
"@nestjs/core": "^9.3.9",
"@nestjs/typeorm": "^9.0.1",
"axios": "^0.27.2",
"bottleneck": "^2.19.5",
"cheerio": "^1.0.0-rc.12",
"cron": "^2.0.0",
"discord-api-types": "^0.37.70",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"fast-xml-parser": "^4.2.5",
"glob": "^10.2.6",
"instagram-api.js": "^1.1.0",
"instagram-stories": "^1.2.2",
"js-yaml": "^4.1.0",
"sha1": "^1.1.1",
"sqlite3": "^5.1.5",
"tmi.js": "^1.8.5",
"twitter-api-v2": "^1.14.3",
"typeorm": "^0.3.14",
"typeorm-logger-adaptor": "^1.1.0",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.13.0",
"youtubei.js": "^5.8.0"
},
"devDependencies": {
"@types/cron": "^2.0.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "^16.18.39",
"@types/tmi.js": "^1.8.3",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"typescript": "^5.3.3"
}
}