-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
106 lines (106 loc) · 3.31 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "Tengen-Uzui",
"version": "3.0.0",
"description": "A WhatsApp Bot With Rich Anime Features.",
"main": "dist/Tengen-Uzui.js",
"scripts": {
"build": "tsc -p .",
"start": "node dist/Tengen-Uzui.js",
"lint": "eslint \"src/**/*.ts\"",
"prettier-format": "prettier --config .prettierrc \"src/**/*.ts\" --write",
"postinstall": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pain77/Tengen-Uzui.git"
},
"keywords": [
"bot",
"typescript",
"whatsapp",
"tengen",
"demon-slayer"
],
"author": "Synthesized Infinity & ░P░A░I░N░",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Pain77/Tengen-Uzui/issues"
},
"homepage": "https://github.com/Pain77/Tengen-Uzui#readme",
"devDependencies": {
"@types/express": "^4.17.12",
"@types/fs-extra": "^9.0.11",
"@types/gifencoder": "^2.0.1",
"@types/node": "^15.0.2",
"@types/yt-search": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.26.0",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
},
"dependencies": {
"@adiwajshing/baileys": "^3.5.3",
"@types/node-cron": "^2.0.3",
"@types/qr-image": "^3.2.3",
"akaneko": "^5.2.2",
"anilist-node": "^1.11.0",
"anime-facts": "^4.3.12",
"anime-wallpapers": "^1.0.1",
"animequotes": "^2.0.0",
"axios": "^0.24.0",
"better-tord": "^1.3.7",
"canvacord": "^5.2.3",
"canvas": "^2.8.0",
"carbon-components": "^10.46.0",
"chalk": "^4.1.1",
"chess-image-generator-ts": "^1.0.0",
"chess-node": "^1.1.0",
"cron": "^1.8.2",
"dotenv": "^10.0.0",
"emoji-api": "^2.0.1",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"genius-lyrics": "^4.3.4",
"genshin-db": "^3.11.3",
"get-urls": "^10.0.0",
"gifencoder": "^2.0.1",
"i": "^0.3.7",
"imgbb-uploader": "^1.3.3",
"jimp": "^0.16.1",
"jpeg-js": "^0.4.4",
"lolis.life": "^4.0.0",
"lyrics-monarch-api": "^2.1.0",
"mailist": "^1.0.3",
"mal-scraper": "^2.11.3",
"mangadex-full-api": "^5.7.0",
"mathjs": "^10.0.0",
"moment": "^2.29.2",
"mongoose": "^5.12.12",
"mywaifulist-scraper": "^0.0.1",
"node-cron": "^3.0.0",
"node-fetch": "^3.2.10",
"node-periodic-table": "^0.0.6",
"npm": "^8.11.0",
"oakdex-pokedex": "^0.4.5",
"pokecord": "^1.0.1",
"pokedex-promise-v2": "^3.3.2",
"ptable": "^0.0.3",
"public-waifulist": "0.0.2",
"qr-image": "^3.2.0",
"sharp": "^0.30.5",
"shentai": "^1.3.0",
"spotifydl-core": "^0.1.2",
"text-from-image": "^1.0.1",
"trace.moe.ts": "^1.3.7-patch2",
"translate-google": "^1.5.0",
"ultra-lyrics": "^1.0.3",
"vtuber-wiki": "^1.1.5",
"w5-textmaker": "^1.0.2",
"wa-sticker-formatter": "^4.2.0",
"wikipedia": "^1.1.6",
"yt-search": "^2.10.2",
"ytdl-core": "^4.9.1",
"yuri-canvas": "^4.0.6"
}
}