forked from vasani-arpit/WBOT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.09 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.09 KB
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
{
"name": "wbot",
"version": "0.40.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": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vasani-arpit/WBOT"
},
"keywords": [
"whatsapp",
"bot",
"automation"
],
"private": true,
"pkg": {
"scripts": "src/**/*.js",
"targets": [
"node14-win",
"node14-linux",
"node14-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",
"mel-spintax": "^1.0.4",
"mime": "^2.4.4",
"node-fetch": "^2.6.1",
"ora": "^3.0.0",
"puppeteer-core": "^13.6.0",
"qrcode-terminal": "^0.12.0",
"semver": "^7.3.5",
"whatsapp-web.js": "^1.21.0",
"yargs": "^13.2.2"
},
"devDependencies": {
"pkg": "^5.6.0"
}
}