init commit

This commit is contained in:
crylia
2024-08-13 21:37:25 +02:00
parent 421ca07001
commit 6795ca13d3
12 changed files with 718 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"dependencies": {
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"node-cron": "^3.0.3",
"pg": "^8.12.0"
},
"scripts": {
"test": "jest"
}
}