-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 955 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
{
"dependencies": {
"auto-git-update": "^2.1.2",
"bootbot": "^1.1.0",
"chalk": "^4.1.2",
"console-stamp": "^3.1.2",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"node-fetch": "^2.7.0"
},
"name": "fbpage-chatbot",
"description": "An fast client, secure, efficient, and feature-rich AI-based facebook page chat-bot system for lakestonians for fast communicating and auto-messaging system made in Javascript and NodeJS.",
"version": "0.0.2",
"main": "src/Loader.js",
"scripts": {
"start": "node src/Loader.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lbnhs/fbpage-chatbot.git"
},
"keywords": [
"chatbot",
"facebook-chatbot",
"fb-chatbot",
"lakestonians"
],
"author": "lbnhs",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/lbnhs/fbpage-chatbot/issues"
},
"homepage": "https://github.com/lbnhs/fbpage-chatbot#readme"
}