forked from arenawebrd/ws-api-node
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1000 Bytes
/
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
{
"name": "whatsapp-node-api",
"version": "0.0.3",
"description": "A NodeJS API wrapper for whatsapp-web.js",
"main": "api.js",
"scripts": {
"start": "node api.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aurik3/ws-api-node.git"
},
"keywords": [
"whatsapp-api",
"whatsapp",
"whatsapp-web",
"whatsapp"
],
"author": "Aurik3",
"license": "GNLU3",
"bugs": {
"url": "https://github.com/aurik3/ws-api-node/issues"
},
"homepage": "https://github.com/aurik3/ws-api-node",
"dependencies": {
"axios": "^0.21.4",
"body-parser": "^1.19.2",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"express": "^4.17.3",
"fs": "0.0.1-security",
"nodemon": "^2.0.15",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"shelljs": "^0.8.5",
"valid-url": "^1.0.9",
"whatsapp-web.js": "github:cheveguerra/whatsapp-web.js#WaWJS"
}
}