-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1010 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
44
{
"name": "discordbot-template",
"version": "1.3.0",
"description": "Шаблон для створення власного бота на основі discord-js!",
"main": "index.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/GamesTwoLife/DiscordBot-Template.git"
},
"keywords": [
"mongodb",
"mongoose",
"discord",
"discordjs",
"discord-bot",
"discord-js",
"discord-bot-template",
"bot-template",
"discord-handler",
"discordjs-v14",
"discord-js-handler-v14",
"discord-v14"
],
"author": {
"name": "GamesTwoLife",
"url": "https://github.com/GamesTwoLife"
},
"contributors": [],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GamesTwoLife/DiscordBot-Template/issues"
},
"homepage": "https://github.com/GamesTwoLife/DiscordBot-Template#readme",
"dependencies": {
"discord.js": "^14.16.3",
"fs": "^0.0.1-security",
"i18next": "^23.10.0",
"mongoose": "^7.0.2",
"ms": "^2.1.3"
}
}