forked from fdciabdul/WhatsApp-Cloud-API-Wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 877 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
{
"dependencies": {
"axios": "^1.3.5",
"chalk": "^2.4.2",
"cli-cursor": "^3.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ngrok": "^4.3.3",
"strip-ansi": "^5.2.0"
},
"devDependencies": {
"jsdoc": "^4.0.2"
},
"name": "wacloudapi",
"version": "1.0.18",
"main": "index.js",
"scripts": {
"docs": "jsdoc -c jsdoc.json",
"start": "node index.js"
},
"author": "Abdul Muttaqin",
"license": "MIT",
"description": "WhatsApp Cloud API Wrapper",
"directories": {
"doc": "docs"
},
"repository": "git+https://github.com/fdciabdul/WhatsApp-Cloud-API-Wrapper.git",
"keywords": [
"whatsapp",
"whatsapp",
"cloud",
"api"
],
"bugs": {
"url": "https://github.com/fdciabdul/WhatsApp-Cloud-API-Wrapper/issues"
},
"homepage": "https://github.com/fdciabdul/WhatsApp-Cloud-API-Wrapper#readme"
}