-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 843 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
{
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"discord-api-types": "^0.27.0",
"discord.js": "^13.7.0",
"dotenv": "^16.0.0",
"fs": "^0.0.1-security",
"node-fetch": "^2.6.7",
"quick.db": "^7.1.3"
},
"name": "keyauth_discord_bot",
"version": "2.0.0",
"description": "KeyAuth Authentication SellerAPI Discord Bot",
"main": "index.js",
"scripts": {
"test": "/help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KeyAuth/KeyAuth-Discord-Bot.git"
},
"keywords": [
"keyauth",
"sellerapi",
"discordjs13"
],
"author": "KeyAuth, mazk#9154",
"license": "ISC",
"bugs": {
"url": "https://github.com/KeyAuth/KeyAuth-Discord-Bot/issues"
},
"homepage": "https://github.com/KeyAuth/KeyAuth-Discord-Bot#readme"
}