-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 965 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": "beatsaber_scoreboard",
"version": "1.0.0-alpha",
"description": "A scoreboard created soley for entertainment for my friends.",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"dev": "nodemon bot.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daffychuy/beatsaber_discord_bot.git"
},
"keywords": [
"discord-js"
],
"author": {
"name": "daffychuy",
"url": "https://github.com/daffychuy",
"email": "daffychuy@outlook.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/NamVr/DiscordBot-Template/issues"
},
"engines": {
"node": "17.9.0"
},
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"chalk": "^4.1.2",
"cron": "^2.0.0",
"date-fns": "^2.28.0",
"discord-api-types": "^0.22.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.1",
"got": "^11.8.3",
"mongoose": "^6.3.2"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}