-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 953 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
{
"name": "bot-setuper",
"version": "0.0.2",
"description": "This package is here to help all of you lovely discord devs. This package is creating the standart bot.js, commands.js and .env file for your next discord bot project.",
"main": "index.js",
"scripts": {
"bot": "node index.js"
},
"keywords": [
"Discord",
"Bot",
"Setup"
],
"license": "MIT",
"dependencies": {
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"ltm-utilities": "^0.0.8",
"node-fetch": "^3.3.1"
},
"funding": {
"type": "BuyMeACoffee",
"url": "https://www.buymeacoffee.com/leontm"
},
"repository": {
"url": "git+https://github.com/leontm-dev/bot-setuper.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/leontm-dev/bot-setuper/issues"
},
"homepage": "https://github.com/leontm-dev/bot-setuper#readme",
"author": "LeonTM"
}