-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
43 lines (43 loc) · 1017 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
43
{
"name": "discordbot-template",
"version": "3.3.2",
"description": "A modified template based on discordjs.guide to create your own discord-js based bot!",
"funding": "https://ko-fi.com/namanvrati",
"types": "./typings.d.ts",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NamVr/DiscordBot-Template.git"
},
"keywords": [
"discord-js"
],
"author": {
"name": "Naman Vrati",
"url": "https://github.com/NamVr",
"email": "[email protected]"
},
"contributors": [
{
"name": "Krish Garg",
"url": "https://github.com/KrishGarg"
},
{
"name": "Thomas Fournier",
"email": "[email protected]",
"url": "https://github.com/GoudronViande24"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NamVr/DiscordBot-Template/issues"
},
"homepage": "https://github.com/NamVr/DiscordBot-Template#readme",
"dependencies": {
"discord-api-types": "^0.37.43",
"discord.js": "^14.11.0"
}
}