forked from Synthesized-Infinity/Whatsapp-Botto-Xre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.81 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
{
"name": "whatsapp-botto-xre",
"version": "1.0.0",
"description": "Well....",
"main": "dist/index.js",
"files": [
"src",
"dist"
],
"scripts": {
"build": "tsc -p .",
"start": "node dist",
"lint": "eslint \"src/**/*.ts\"",
"postinstall": "npm run build",
"prettier-format": "prettier --config .prettierrc \"src/**/*.ts\" --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Synthesized-Infinity/Whatsapp-Botto-Xre.git"
},
"keywords": [
"bot",
"whatsapp",
"stickers",
"whatsapp-stickers",
"anime",
"whatsapp-bot",
"whatsapp-anime-bot",
"whatsapp-botto"
],
"author": "EWH",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/Synthesized-Infinity/Whatsapp-Botto-Xre/issues"
},
"homepage": "https://github.com/Synthesized-Infinity/Whatsapp-Botto-Xre#readme",
"devDependencies": {
"@types/express": "^4.17.11",
"@types/fs-extra": "^9.0.9",
"@types/node": "^14.14.37",
"@types/node-cron": "^2.0.3",
"@types/qr-image": "^3.2.3",
"@types/yt-search": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
},
"dependencies": {
"@adiwajshing/baileys": "^3.5.1",
"@tensorflow/tfjs-node": "^3.3.0",
"anime-wallpaper": "^1.0.0",
"axios": ">=0.21.2",
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"moment-timezone": "^0.5.33",
"mongoose": "^6.0.7",
"node-cron": "^3.0.0",
"node-webpmux": "^2.0.1",
"nsfwjs": "^2.4.0",
"qr-image": "^3.2.0",
"wa-sticker-formatter": "^3.6.0",
"yt-search": "^2.10.1",
"ytdl-core": "^4.8.3"
}
}