-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
42 lines (42 loc) · 887 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
38
39
40
41
42
{
"name": "memer-api",
"version": "4.0.0",
"description": "An Image Manipulation API With More than 50+ commands",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "shinchanop",
"license": "GPL-3.0",
"dependencies": {
"discord.js": "^12.5.3",
"node-fetch": "^2.6.1"
},
"repository": {
"type": "git",
"url": "[email protected]:Yash094/memer-api.git"
},
"homepage": "https://github.com/Memer-Api",
"keywords": [
"memerapi",
"memer-api",
"memerapi.js",
"image-meme",
"memes",
"discord",
"discord.js-meme",
"image-memer",
"meme imgen",
"memer image manipulation"
],
"devDependencies": {
"eslint": "^6.8.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"bugs": {
"url": "https://github.com/Yash094/memer-api/issues"
}
}