-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.6 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
51
52
53
54
{
"name": "facebookbot",
"description": "A facebook bot repository, created and published for free and also to inspire others.",
"version": "0.0.1",
"main": "index.js",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@xaviabot/fca-unofficial": "github:XaviaTeam/fca-unofficial",
"axios": "^0.28.0",
"biblegateway-scrape": "^0.0.6",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"google-tts-api": "^2.0.2",
"googlethis": "^1.8.0",
"https": "^1.0.0",
"manilatimes-scrape": "^0.0.1",
"mirai-fca-unofficial": "github:bhhoang/mirai-fca-unofficial",
"node": "^19.8.1",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.20",
"pdfdrive-ebook-scraper": "^2.0.0",
"pls-img-txt": "^0.0.3",
"request": "^2.88.2",
"stream": "^0.0.2",
"top100bbworship": "^1.0.0",
"ultimate-guitar": "^1.0.2-test-2",
"youtube-music-api": "^1.0.6",
"youtube-s-dl": "^1.0.9-beta",
"youtubei.js": "^5.8.0",
"ytdl-core": "^4.11.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon --ignore .nodemonignore index.js"
},
"keywords": [
"Facebook Bot",
"Facebook Test Mode",
"Facebook Bot with AI"
],
"author": "RyannKim327",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RyannKim327/FacebookBot.git"
},
"bugs": {
"url": "https://github.com/RyannKim327/FacebookBot/issues"
},
"homepage": "https://github.com/RyannKim327/FacebookBot#readme"
}