-
Notifications
You must be signed in to change notification settings - Fork 126
/
Copy pathpackage.json
71 lines (71 loc) · 2.04 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
{
"name": "Chisato-WhatsApp",
"version": "0.1.0",
"description": "A WhatsApp bot written in TypeScript using Baileys",
"author": "Alι_Aryαɴ & Lucky Yambem",
"main": "dist/bot.js",
"keywords": [
"bot",
"whatsapp",
"anime"
],
"license": "AGPL-3.0",
"scripts": {
"format": "prettier --write --config .prettierrc.json \"src/**/*.ts\"",
"start": "node --max-old-space-size=4096 dist/bot.js",
"build": "yarn rimraf dist/ && yarn tsc -p .",
"postinstall": "yarn build"
},
"bugs": {
"url": "https://github.com/AliAryanTech/Chisato-WhatsApp/issues"
},
"homepage": "https://github.com/AliAryanTech/Chisato-WhatsApp",
"repository": {
"type": "git",
"url": "https://github.com/AliAryanTech/Chisato-WhatsApp.git"
},
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.0",
"@shineiichijo/canvas-chan": "^1.0.1",
"@shineiichijo/marika": "^2.0.6",
"@shineiichijo/nhentai-ts": "^1.0.0",
"@typegoose/typegoose": "^10.0.0",
"axios": "^0.27.2",
"canvacord": "^5.4.8",
"chalk": "4.1.1",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"emoji-regex": "^10.2.1",
"events": "^3.3.0",
"express": "^4.18.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.0",
"link-preview-js": "^3.0.4",
"linkifyjs": "^4.0.2",
"moment-timezone": "^0.5.40",
"mongoose": "^6.7.0",
"path": "^0.12.7",
"pino": "^8.7.0",
"prettier": "^2.8.1",
"qr-image": "^3.2.0",
"qrcode-terminal": "^0.12.0",
"spotifydl-x": "^0.3.0",
"telegraph-uploader": "^2.0.0",
"typed-emitter": "^2.1.0",
"wa-sticker-formatter": "^4.3.2",
"youtubedl-core": "^4.11.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.15",
"@types/fs-extra": "^9.0.13",
"@types/prettier": "^2.7.1",
"@types/qr-image": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"typescript": "^4.9.4"
}
}