This repository was archived by the owner on Dec 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.27 KB
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": "snoopbot",
"version": "1.0.0",
"description": "SnoopBot is a facebook chat bot made using nodejs, axios and the unofficial facebook chat api.",
"main": "index.js",
"engines": {
"node": "17.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon --ignore \"./*.json\" --ignore \"./pinned_attachments/*.*\" --ignore \"./temps/*.*\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/SnoopyCodeX/snoopbot-prod.git"
},
"keywords": [
"bot",
"chat",
"bot",
"messenger",
"facebook",
"chat",
"api"
],
"author": "SnoopyCodeX, John Roy L. Calimlim",
"license": "ISC",
"bugs": {
"url": "https://github.com/SnoopyCodeX/snoopbot-prod/issues"
},
"homepage": "https://github.com/SnoopyCodeX/snoopbot-prod#readme",
"dependencies": {
"axios": "^0.22.0",
"cheerio": "^1.0.0-rc.10",
"cloudscraper": "^4.6.0",
"dotenv": "^16.0.0",
"fca-unofficial": "^1.3.10",
"form-data": "^4.0.0",
"google-tts-api": "^2.0.2",
"googlethis": "^1.2.7",
"got": "^11.8.2",
"memory-streams": "^0.1.3",
"mime": "^3.0.0",
"request": "^2.88.2",
"streamifier": "^0.1.1",
"youtube-music-api": "^1.0.6"
}
}