-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "kb2abot",
"type": "module",
"version": "1.0.1",
"description": "kb2abot is a powerful Node.js module that allows you to easily interact with the Facebook Chat API and more!",
"main": "index.js",
"scripts": {
"start": "node index",
"jsdoc": "jsdoc -c .jsdoc.json -d docs -r . --verbose --readme README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kb2ateam/kb2abot.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",
"chalk": "^5.0.0",
"clean-jsdoc-theme": "^3.3.1",
"dotenv": "^10.0.0",
"facebook-chat-api": "https://github.com/kb2ateam/facebook-chat-api",
"fast-safe-stringify": "^2.1.1",
"hjson": "^3.2.2",
"joi": "^17.4.2",
"nedb-promises": "^5.0.2",
"node-fetch": "^3.1.0",
"pluralize": "^8.0.0",
"string-similarity": "^4.0.4",
"uniqid": "^5.2.0"
},
"devDependencies": {
"eslint": "^7.26.0"
}
}