Initial Commit

This commit is contained in:
2025-06-29 20:29:31 -04:00
commit 480f541898
6 changed files with 299 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "blitzcrank",
"version": "1.0.0",
"description": "FIRED UP AND READY TO SERVE",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwwmmn/blitzcrank.git"
},
"keywords": [
"discord",
"bot"
],
"author": "Drew Malzahn",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwwmmn/blitzcrank/issues"
},
"homepage": "https://github.com/dwwmmn/blitzcrank#readme",
"dependencies": {
"@biomejs/biome": "^2.0.6",
"discord.js": "^14.21.0",
"sequelize": "^6.37.7"
}
}