forked from billbarsch/myzap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.47 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
{
"name": "myzap2.0",
"description": "<h1 align=\"center\">\r <a href=\"\">🔗 MyZAP</a>\r </h1>\r <p align=\"center\">🚀 Permite a integração do WhatsApp com qualquer aplicação por meio de requisições POST/GET</p>",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edupoli/MyZap2.0.git"
},
"keywords": [
"whatsapp",
"api",
"nodejs",
"opensource",
"javascript",
"wppconnect",
"venom"
],
"author": "Eduardo Policarpo",
"license": "MIT",
"bugs": {
"url": "https://github.com/edupoli/MyZap2.0/issues"
},
"homepage": "https://github.com/edupoli/MyZap2.0#readme",
"dependencies": {
"@wppconnect-team/wppconnect": "^*",
"assert": "^*",
"async-get-file": "^*",
"axios": "^0.21.2",
"buffer-to-stream": "^1.0.0",
"cors": "^*",
"dotenv": "^*",
"ejs": "^*",
"express": "^*",
"ffmpeg": "^*",
"firebase": "^9.1.0",
"fluent-ffmpeg": "^*",
"form-data": "^3.0.1",
"mime-types": "^2.1.31",
"moment": "^*",
"qrcode": "^*",
"request": "^*",
"request-promise": "^*",
"serve-index": "^*",
"socket.io": "^*",
"superagent": "^*",
"superagent-queue": "^*",
"url-exists": "^*",
"valid-url": "^*",
"venom-bot": "^*",
"whatsapp-web.js": "^*",
"yoo-hoo": "^*"
}
}