-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.41 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.41 KB
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
{
"private": true,
"version": "1.0.0",
"scripts": {
"build": "yarn rimraf dist/ && yarn tsc -p .",
"format": "prettier --write --config .prettierrc.json \"src/**/*.ts\"",
"start:build": "yarn build && pm2 start dist/bot.js bot && pm2 save && pm2 logs bot",
"start": "node --max-old-space-size=4096 dist/bot.js",
"postinstall": "yarn build"
},
"dependencies": {
"@hapi/boom": "^9.1.4",
"@napi-rs/canvas-linux-x64-gnu": "^0.1.53",
"@shineiichijo/anime-news-network-scraper": "^1.0.1",
"@shineiichijo/canvas-chan": "^1.0.1",
"@shineiichijo/marika": "^2.0.3",
"@typegoose/typegoose": "^11.5.1",
"@whiskeysockets/baileys": "^6.7.9",
"anime-quiz": "^3.0.0",
"axios": "^1.3.5",
"axios-cache-interceptor": "^1.6.2",
"baileys": "github:WhiskeySockets/Baileys",
"better-sqlite3": "^8.4.0",
"canvacord": "^5.4.8",
"canvas": "^2.11.2",
"cargo": "^0.8.0",
"chalk": "4.1.1",
"cheerio": "^1.0.0-rc.12",
"chess-image-generator-ts": "^1.0.0",
"chess-node": "^1.1.0",
"dotenv": "^16.0.0",
"emoji-regex": "^10.1.0",
"express": "^4.18.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"imgur": "^2.3.0",
"link-preview-js": "^3.0.4",
"linkifyjs": "^4.1.0",
"mangadex-full-api": "^5.11.1",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"mongoose": "latest",
"node-cron": "^3.0.2",
"os": "^0.1.2",
"path": "^0.12.7",
"pdfkit": "^0.13.0",
"pino": "^7.11.0",
"pkmn-preview": "^1.2.0",
"pm2": "^5.2.2",
"pokenode-ts": "^1.14.0",
"prettier": "^2.8.3",
"qr-image": "^3.2.0",
"qrcode-terminal": "^0.12.0",
"quick.db": "^9.1.6",
"shentai": "^2.0.4",
"slot-machine": "^2.1.0",
"spotifydl-core": "^0.2.0",
"telegraph-uploader": "^2.0.0",
"translate-google": "^1.5.0",
"typed-emitter": "^2.1.0",
"wa-sticker-formatter": "^4.3.2",
"welcomer-gif": "^2.0.1",
"wikipedia": "^2.1.1",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/node": "20.17.0",
"@types/mongoose": "^5.11.97",
"@types/node-cron": "^3.0.1",
"@types/pdfkit": "^0.12.9",
"@types/qr-image": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"typescript": "^4.6.4"
},
"engines": {
"node": ">=20.x"
}
}