-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 980 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 980 Bytes
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
{
"name": "ws3-fca",
"version": "1.0.2-release",
"description": "It stands for Facebook Chat API.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NethWs3Dev/ws3-fca"
},
"author": "Kenneth Aceberos",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"keywords": [
"facebook",
"chat",
"api",
"fca",
"wiegine",
"ws3-chat-api",
"ws3-fca"
],
"dependencies": {
"axios": "^1.6.5",
"bluebird": "^3.7.2",
"cheerio": "^0.22.0",
"https-proxy-agent": "^4.0.0",
"mqtt": "^3.0.0",
"request": "^2.88.2",
"websocket-stream": "^5.5.0"
},
"devDependencies": {
"eslint": "^7.5.0",
"mocha": "^7.0.1",
"prettier": "^1.11.1"
},
"engines": {
"node": ">=10.x"
}
}