-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 970 Bytes
/
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
{
"name": "memerbot",
"version": "1.1.0",
"description": "A Discord bot that generates GIF memes (supports normal images and GIFs)",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExillustX/MemerBot.git"
},
"author": "ExillustX",
"license": "MIT",
"bugs": {
"url": "https://github.com/ExillustX/MemerBot/issues"
},
"homepage": "https://github.com/ExillustX/MemerBot#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"execa": "^4.0.3",
"file-type": "^14.7.0",
"gifsicle": "^5.1.0",
"image-size": "^0.8.3",
"imagemagick-cli": "^0.5.0",
"is-image-url": "^1.1.8",
"node-fetch": "^2.6.7",
"string-pixel-width": "^1.10.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}