-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 841 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
{
"name": "meta-whatsapp-api",
"version": "1.0.5",
"description": "��#\u0000 \u0000w\u0000h\u0000a\u0000t\u0000s\u0000a\u0000p\u0000p\u0000-\u0000c\u0000l\u0000o\u0000u\u0000d\u0000-\u0000a\u0000p\u0000i\u0000\r\u0000 \u0000",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ancoreraj/whatsapp-cloud-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ancoreraj/whatsapp-cloud-api/issues"
},
"homepage": "https://github.com/ancoreraj/whatsapp-cloud-api#readme",
"devDependencies": {
"typescript": "^4.7.2",
"@types/axios": "^0.14.0"
},
"dependencies": {
"axios": "^0.27.2"
}
}