-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 871 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 871 Bytes
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
{
"dependencies": {
"better-sqlite3": "^9.2.2",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"node-fetch": "^2.7.0",
"quick.db": "^9.1.7"
},
"name": "keyauth_discord_bot",
"version": "3.0.0",
"description": "KeyAuth Authentication SellerAPI Discord Bot",
"main": "index.js",
"scripts": {
"test": "/help",
"start": "node index.js"
},
"engines": {
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keyauth/keyauth-Discord-Bot.git"
},
"keywords": [
"keyauth",
"sellerapi",
"discordjs14"
],
"author": "keyauth, mazkdevf <https://github.com/mazkdevf>",
"license": "ISC",
"bugs": {
"url": "https://github.com/keyauth/keyauth-Discord-Bot/issues"
},
"homepage": "https://github.com/keyauth/keyauth-Discord-Bot#readme"
}