-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
49 lines (49 loc) · 1.13 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
{
"name": "whatsapp-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@adiwajshing/baileys": "github:adiwajshing/baileys",
"axios": "^0.21.1",
"child_process": "^1.0.2",
"express": "^4.17.1",
"file-type": "^16.5.0",
"form-data": "^4.0.0",
"node-fetch": "^2.6.1",
"hxz-api": "^1.0.0",
"fluent-ffmpeg": "^2.1.2",
"parse-ms": "^2.1.0",
"performance-now": "^2.1.0",
"marker": "^0.1.2",
"mime-types": "^2.1.31",
"moment-timezone": "^0.5.33",
"node-cron": "^3.0.0",
"qrcode": "^1.4.4",
"socket.io": "^4.1.2",
"spinnies": "^0.5.1",
"yargs": "^17.0.1",
"node": "^16.6.1",
"npm": "latest"
},
"engines": {
"node": "16.6.1"
},
"devDependencies": {},
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/justpiple/whatsapp-bot.git"
},
"author": "ben",
"license": "ISC",
"bugs": {
"url": "https://github.com/justpiple/whatsapp-bot/issues"
},
"homepage": "https://github.com/justpiple/whatsapp-bot#readme"
}