forked from whatsapp-sdk/whatsapp-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 990 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
41
42
{
"name": "whatsapp-sdk",
"version": "1.0.0",
"description": "whatsapp sdk",
"main": "index.js",
"scripts": {
"test": "npm test",
"protobuf": "pbjs -t static-module -w commonjs protobuf/* -o src/pb.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whatsapp-sdk/whatsapp-sdk.git"
},
"keywords": [
"whatsapp",
"sdk"
],
"author": "whatsapp-sdk",
"license": "MIT",
"engines": {
"node": ">= 16.15.0"
},
"bugs": {
"url": "https://github.com/whatsapp-sdk/whatsapp-sdk/issues"
},
"homepage": "https://github.com/whatsapp-sdk/whatsapp-sdk#readme",
"dependencies": {
"bunyan": "^1.8.15",
"bunyan-debug-stream": "^3.0.2",
"fast-xml-parser": "^4.0.7",
"fs-extra": "^10.1.0",
"protobufjs": "^6.11.2",
"socks-proxy-agent": "^6.2.0",
"swig": "^1.4.2",
"tunnel": "0.0.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint-config-egg": "^11.1.0"
}
}