-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "whatsapp-bot",
"version": "2.15.0",
"description": "WhatsApp Bot - multipurpose: for groups and individuals 🌟",
"author": "ArielYat",
"contributors": [
"ArielYat",
"TheBooker66"
],
"license": "GPL-3.0",
"main": "Main.ts",
"repository": {
"url": "github:ArielYat/Whatsapp-bot-Project"
},
"homepage": "https://github.com/ArielYat/Whatsapp-bot-Project#readme",
"bugs": {
"url": "https://github.com/ArielYat/Whatsapp-bot-Project/issues"
},
"type": "module",
"dependencies": {
"@open-wa/wa-automate": "^4.66.3",
"canvas": "^2.11.2",
"html-entities": "^2.3.3",
"mongodb": "^4.13.0",
"node-fetch": "^3.3.1",
"node-schedule": "^2.1.1",
"node-virustotal": "^3.35.0",
"puppeteer": "^20.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"youtube-dl-exec": "^2.1.11"
},
"devDependencies": {
"@types/node-schedule": "^2.1.0"
},
"scripts": {
"start": "node --max_old_space_size=4000 --loader ts-node/esm Main.ts",
"build": "tsc"
}
}