forked from techwiz37/mywajs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.64 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
{
"name": "mywajs",
"version": "2.0.1",
"description": "remake wwebjs using playwright and wajs",
"main": "./index.js",
"typings": "./index.d.ts",
"type": "module",
"scripts": {
"test": "mocha tests --recursive --timeout 5000",
"test-single": "mocha",
"shell": "node --experimental-repl-await ./shell.js",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amiruldev20/mywajs.git"
},
"keywords": [
"whatsapp",
"whatsapp-web",
"mywajs",
"open-wa",
"baileys",
"api",
"bot",
"client",
"node"
],
"author": "Amirul Dev",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/amiruldev20/mywajs/issues"
},
"homepage": "https://github.com/amiruldev20",
"dependencies": {
"@pedroslopez/moduleraid": "^5.0.2",
"@wppconnect/wa-js": "github:wppconnect-team/wa-js",
"axios": "^1.3.6",
"chalk": "^5.2.0",
"fluent-ffmpeg": "^2.1.2",
"file-type": "^18.2.1",
"mime": "^3.0.0",
"node-webpmux": "^3.1.0",
"path": "^0.12.7",
"playwright-chromium": "latest",
"qrcode-terminal": "0.12.0"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"dotenv": "^16.0.0",
"eslint": "^8.4.1",
"eslint-plugin-mocha": "^10.0.3",
"jsdoc": "^3.6.4",
"jsdoc-baseline": "^0.1.5",
"mocha": "^9.0.2",
"sinon": "^13.0.1"
},
"engines": {
"node": ">=16.0.0"
},
"optionalDependencies": {
"archiver": "^5.3.1",
"fs-extra": "^10.1.0",
"unzipper": "^0.10.11"
}
}