-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.78 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.78 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "botpack",
"version": "1.8.0",
"description": "A Simple BotPack for starting a Messenger chatbot.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"presets": [
"@babel/preset-env"
],
"keywords": [
"Facebook",
"Messenger",
"SpermLord",
"CatalizCS",
"Disme-Bot",
"usePrefix",
"D-Jukie",
"Yan Maglinte"
],
"license": "GPL-3.0",
"author": "Yan Maglinte",
"dependencies": {
"@distube/ytdl-core": "^4.16.9",
"aes-js": "^3.1.2",
"ansi": "^0.3.1",
"axios": "^1.9.0",
"bluebird": "^3.7.2",
"canvas": "^3.1.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"child_process": "^1.0.2",
"destroy": "^1.2.0",
"express": "^5.1.0",
"fontstyles": "^1.1.2",
"form-data": "^4.0.2",
"fs-extra": "^11.3.0",
"get-latest-version": "^5.1.0",
"gpti": "^2.1.8",
"gradient-string": "^2.0.2",
"https-proxy-agent": "^7.0.2",
"jimp": "^1.6.0",
"lodash.pad": "^4.5.1",
"lodash.padend": "^4.6.1",
"lodash.padstart": "^4.6.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.48",
"mqtt": "^4.3.7",
"node-cron": "^3.0.3",
"npmlog": "^7.0.1",
"pastebin-api": "^7.0.0",
"path": "^0.12.7",
"request": "^2.88.2",
"semver": "^7.7.1",
"simple-youtube-api": "^5.2.1",
"string-similarity": "^4.0.4",
"websocket-stream": "^5.5.2",
"youtube-search-api": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YANDEVA/BotPack.git"
},
"bugs": {
"url": "https://github.com/YANDEVA/BotPack/issues"
},
"homepage": "https://github.com/YANDEVA/BotPack#readme",
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0"
}
}