-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
49 lines (49 loc) · 1.65 KB
/
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
43
44
45
46
47
48
49
{
"name": "kb2abot-client",
"type": "module",
"version": "3.0.0",
"description": "Bot that connected to Facebook Messenger help you to manage members, entertain in any groups!",
"main": "src/index.js",
"scripts": {
"start": "node --es-module-specifier-resolution=node --no-warnings src",
"update": "node scripts/update",
"dev": "node --trace-warnings --es-module-specifier-resolution=node src",
"dev-one": "node --trace-warnings --es-module-specifier-resolution=node src/cluster-api --bot bot.js",
"debug": "node --trace-warnings --es-module-specifier-resolution=node --inspect-brk src",
"debug-one": "node --trace-warnings --es-module-specifier-resolution=node --inspect-brk src/cluster-api --bot bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kb2ateam/kb2abot-client.git"
},
"author": "khoakomlem",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"axios": "^0.24.0",
"cli-table3": "^0.6.0",
"deep-extend": "^0.6.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"facebook-chat-api": "https://github.com/kb2ateam/facebook-chat-api",
"glob": "^7.2.0",
"hjson": "^3.2.2",
"kb2abot": "^1.0.0",
"nedb-promises": "^5.0.1",
"node-emoji": "^1.10.0",
"node-fetch": "^3.1.0",
"ora": "^6.0.1",
"pluralize": "^8.0.0",
"promise-socket.io": "^1.0.0",
"semver": "^7.3.4",
"serverline": "^1.5.0",
"socket.io-client": "^4.1.3",
"systeminformation": "^5.11.0",
"uniqid": "^5.4.0"
},
"devDependencies": {
"eslint": "^7.26.0"
}
}