-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 741 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
{
"name": "gamebot",
"version": "1.1.0",
"description": "A discord bot for the games",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sadashii/GameBot.git"
},
"author": "Sadashii",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sadashii/GameBot/issues"
},
"homepage": "https://github.com/Sadashii/GameBot#readme",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.1",
"discord-api-types": "^0.32.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"mongoose": "^6.3.2",
"topgg-autoposter": "^2.0.1",
"winston": "^3.7.2"
}
}