-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 910 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
{
"name": "7k-archive-discord-bot",
"version": "1.0.0",
"description": "A discord bot created for the 7k archive.",
"main": "index.js",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"better-sqlite3": "^7.6.2",
"dayjs": "^1.10.7",
"discord-api-types": "^0.27.1",
"discord-buttons": "^4.0.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"humanize-duration": "^3.27.1",
"node-osu": "^2.2.1",
"quick.db": "^7.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sxturndev/7k-archive-discord-bot.git"
},
"author": "sxturndev",
"license": "MIT",
"bugs": {
"url": "https://github.com/sxturndev/7k-archive-discord-bot/issues"
},
"homepage": "https://github.com/sxturndev/7k-archive-discord-bot#readme"
}