-
Notifications
You must be signed in to change notification settings - Fork 314
/
package.json
62 lines (62 loc) · 1.31 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
{
"name": "wbot",
"version": "0.60.0",
"description": "A simple whatsapp reply bot using puppeteer.",
"main": "src/index.js",
"scripts": {
"app": "node src/index.js",
"pack": "pkg .",
"start": "node src/index.js"
},
"bin": {
"wbot": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasani-arpit/WBOT.git"
},
"keywords": [
"whatsapp",
"bot",
"automation"
],
"private": true,
"pkg": {
"scripts": "src/**/*.js",
"targets": [
"node18-win",
"node18-linux",
"node18-macos"
]
},
"author": "Arpit Vasani",
"license": "ISC",
"bugs": {
"url": "https://github.com/vasani-arpit/WBOT/issues"
},
"homepage": "https://github.com/vasani-arpit/WBOT#readme",
"dependencies": {
"cli-progress": "^2.1.1",
"express": "^4.18.2",
"mel-spintax": "^1.0.4",
"mime": "^2.4.4",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.1",
"open": "^9.1.0",
"openurl": "^1.1.1",
"ora": "^3.0.0",
"puppeteer-core": "^13.6.0",
"qrcode-terminal": "^0.12.0",
"semver": "^7.3.5",
"whatsapp-web.js": "^1.25.0",
"yargs": "^13.2.2"
},
"devDependencies": {
"@yao-pkg/pkg": "^5.12.0"
},
"directories": {
"doc": "docs"
}
}