-
Notifications
You must be signed in to change notification settings - Fork 239
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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
50
{
"name": "xaviabot",
"version": "2.4.2",
"description": "A Facebook Messenger Bot",
"main": "index.js",
"type": "module",
"engines": {
"node": ">=16"
},
"scripts": {
"start": "node index.js",
"startDev": "node --trace-warnings --experimental-import-meta-resolve --expose-gc core/_build.js"
},
"keywords": [
"xaviabot",
"fca-unofficial",
"facebook-chat-api",
"chatbot",
"facebook",
"messenger"
],
"repository": {
"type": "git",
"url": "git+https://github.com/XaviaTeam/XaviaBot.git"
},
"author": "RFS-ADRENO",
"license": "MIT",
"dependencies": {
"@replit/database": "^2.0.2",
"@xaviabot/fca-unofficial": "^1.3.33",
"axios": "^1.6.7",
"canvas": "^2.10.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"ffmpeg-static": "^5.1.0",
"fluent-ffmpeg": "^2.1.2",
"helmet": "^6.0.0",
"js-yaml": "^4.1.0",
"moment-timezone": "^0.5.38",
"mongoose": "^7.5.0",
"node-cron": "^3.0.2",
"semver": "^7.3.8",
"string-similarity": "^4.0.4",
"wikijs": "^6.4.0",
"@distube/ytdl-core": "^4.14.4"
}
}