-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 761 Bytes
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
{
"name": "beabo",
"description": "the cutest discord bot!",
"version": "2.0.0",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"async": "^2.0.0",
"canvas": "2.0.0-alpha.12",
"discord.js": "v11.4.2",
"exif": "0.6.0",
"ffmpeg-binaries": "^4.0.0",
"imgur": "0.2.1",
"node-bandcamp": "0.0.6",
"node-google-timezone": "0.1.1",
"path": "0.12.7",
"pg": "7.4.3",
"request": "2.85.0",
"rotten-movies": "0.1.1",
"rt-scraper": "1.0.5",
"soundcloud-dl": "1.0.3",
"svg2png": "4.1.1",
"tesseract.js": ">=1.0.19",
"tumblrwks": "0.3.0",
"twitter": "1.7.1",
"ytdl-core": "0.25.2"
},
"devDependencies": {
"mocha": "^3.2.0"
},
"engines": {
"node": "10.x"
}
}