-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
66 lines (66 loc) · 1.42 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "gyromina",
"version": "1.2.11",
"description": "Gyromina, a multipurpose Discord bot",
"homepage": "https://l375.weebly.com/gyromina",
"repository": {
"type": "git",
"url": "https://github.com/Lowie375/Gyromina"
},
"tagline": "Fun + function, all in one",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"bugs": {
"url": "https://github.com/Lowie375/Gyromina/issues",
"email": "lowie375@gmail.com"
},
"engines": {
"node": "^16.9.0",
"npm": ">=7.0.0 && <10.0.0"
},
"author": "L375",
"authorGit": "Lowie375",
"authorID": "334335706740686849",
"authorLink": "https://l375.weebly.com/about",
"contributors": [
"Nao",
"Irisu",
"alazymeme"
],
"contributorGits": [
"naoei",
"",
"alazymeme"
],
"contributorIDs": [
"395691107574611970",
"532819509359149056",
""
],
"contributorLinks": [
"",
"",
""
],
"testers": [],
"testerIDs": [],
"testerLinks": [],
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^0.4.1",
"bent": "^7.3.12",
"canvas": "^2.11.2",
"colors": "^1.4.0",
"discord-api-types": "^0.32.0",
"discord.js": "^13.17.1",
"emoji-regex": "^10.3.0",
"heroku-client": "^3.1.0"
},
"keywords": [
"Gyromina",
"discord.js"
]
}