mirror of
https://github.com/Sneed-Group/clanrocket-2
synced 2025-01-09 17:53:13 +00:00
Add 'package.json'
This commit is contained in:
parent
402ddf9fb8
commit
8fe8478f23
1 changed files with 17 additions and 0 deletions
17
package.json
Normal file
17
package.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "ClanRocket",
|
||||
"version": "1.0.0",
|
||||
"description": "Discord bot for managing XP in a clan server",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordjs/builders": "^0.5.1",
|
||||
"discord-api-types": "^0.24.0",
|
||||
"discord.js": "^13.4.1",
|
||||
"express": "^4.17.1",
|
||||
"quick.db": "^7.1.3",
|
||||
"dotenv": "^10.0.0"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue